dead code
Appearance
From Wiktionary, the free dictionary
English
[edit ]Noun
[edit ]dead code (uncountable )
- (software compilation ) Instructions that, when executed, have no effect on the running of the program.
- 2006, William Von Hagen, The definitive guide to GCC:
- Much dead code elimination is actually done on intermediate representations of your code, which may contain unnecessary intermediate calculations[...]
- (programming ) A portion of source code that will never be executed as part of the running program.
- Synonym: unreachable code
- Many software projects contain much dead code in the form of deprecated functions.
Usage notes
[edit ]- Instructions that will never be executed may also be referred to as unreachable .
Translations
[edit ]instructions that have no effect on the running of the program
- Finnish: kuollut koodi
- German: toter Code (de) m, toter Kode (de) m
- Italian: codice morto
- Turkish: ölü kod
See also
[edit ]Anagrams
[edit ]Retrieved from "https://en.wiktionary.org/w/index.php?title=dead_code&oldid=83627462"