Content deleted Content added
→Analysis: added a paragraph about Visual Studio and Eclipse's ability to find dead code |
reword lede, ch cat (the article is not about terminology) |
||
Line 1:
{{Merge from|Dead code elimination|date=November 2010}}
In [[computer programming]], '''
While the result of a dead computation may never be used the dead code may raise [[exceptions]] or affect some global state, thus removal of such code may change the output of the program and introduce unintended [[software bug|bugs]]. Compiler optimizations are typically conservative in their approach to dead code removal if there is any ambiguity as to whether removal of the dead code will affect the program output.
Line 41:
* [http://www.ucdetector.org/ UCDetector] Eclipse PlugIn to find dead java code
{{DEFAULTSORT:Dead Code}}
[[Category:Compiler optimizations]]
[[Category:Software engineering
[[Category:Source code]]
[[de:Toter Code]]
|