In compiler theory, dead code elimination is a compiler optimization to remove code which does not affect the program results. Removing such code has two benefits: it shrinks program size, an important consideration in some contexts, and it allows the running program to avoid executing irrelevant operations, which reduces its running time. Dead code includes code that can never be executed (unreachable code), and code that only affects dead variables, that is, variables that are irrelevant to the program.
Read more about Dead Code Elimination: Examples, Dynamic Dead Code Elimination
Famous quotes containing the words dead, code and/or elimination:
“A low man
will trade his shawl
for an ox
in the dead of winter,
looking at the breasts
of that dusky girl
as if theyre glowing coals.”
—Hla Stavhana (c. 50 A.D.)
“... the self respect of individuals ought to make them demand of their leaders conformity with an agreed-upon code of ethics and moral conduct.”
—Mary Barnett Gilson (1877?)
“The kind of Unitarian
Who having by elimination got
From many gods to Three, and Three to One,
Thinks why not taper off to none at all.”
—Robert Frost (18741963)