Talk:Use-define chain
ContentThis article seems really heavy on the algorithm and really light on explanatory text. My inclination is to remove most of the algorithm stuff and replace it with a short explanation of the fact that use-define chains are used by compilers in optimizing code, and also as tools for human debuggers. Opinions? Leonard Lcuff 17:22, 13 August 2005 (UTC)
I am familiar with CompSci but this is a little outside my experience, so I tried to only deal with formatting and clarity. Hopefully I didn't change the meaning. "Consider now the sequential execution of the list of statements s(i) and consider that we observe the computation at statement j" This is such a clunky sentence. Hopefully what I changed it to is clearer without being inaccurate: "Consider the sequential execution of the list of statements s(i) and what we now observe as the computation at statement j" The headings "Setup" and "Execution" are mine and very artificial. I just thought the article needed at least two headings. "Setup" should probably be changed; it's the best I could think of. The statement "A(i) is a simple but powerful concept..." is parenthetical, so I put it in parentheses. Still, I don't like the format. Maybe a footnote. --KSnortum 16:56, 5 Jun 2005 (UTC) MergeI would agree on the merge. It seems on is heavy on technical explanations and the other is more on how and why def-chains are used. I would like to see the second one cleaned up more, though. The language is very informal. --KSnortum 02:07, 18 August 2005 (UTC) Added an exampleI added an example but had problems with the editor. I could not add the references. Could somebody please do it? This is the link http://www.wi.uni-muenster.de/pi/lehre/ws0910/se/uebungen/Uebung6-Vorstellung.pdf and you have to look at page 25. Hope it is better than nothing and could be useful for someone. Kian Salem (talk) 22:55, 17 February 2010 (UTC) definition and declarationQuoting the first paragraph: (...) A definition can have many forms, but is generally taken to mean the assignment of some value to a variable (which is different from the use of the term that refers to the language construct involving a data type and allocating storage).
Isn't the use of the term that refers to the language construct involving a data type and allocating storage simply a declaration? —Preceding unsigned comment added by Dagguh (talk • contribs) 18:37, 20 June 2010 (UTC) |