Dead code elimination/Definition: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Derek Hodges
(New page: <noinclude>{{Subpages}}</noinclude> A compiler optimization which removes instructions which can be shown not to affect the operation of the program.)
 
(No difference)

Latest revision as of 17:27, 28 June 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A definition or brief description of Dead code elimination.

A compiler optimization which removes instructions which can be shown not to affect the operation of the program.