dead code

English

Noun

dead code (uncountable)

  1. (compilers) 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 []
  2. (programming) code that exists in the source, but will never be executed.
    Many software projects contain much dead code in the form of deprecated functions.

Usage notes

When discussing compilers, a set of instructions that will never be executed may be referred to as an "unreachable block".

Translations

See also

Anagrams

This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.