dead code elimination

<programming>

(DCE) A compiler optimisation that detects dead code (code that will never be executed) and ignores it rather than blindly compiling it. DCE reduces the size of the resulting executable, saving space and load time.

Last updated: 2018-06-26

Nearby terms:

DEADBEEFdead codedead code eliminationdead-dropdeadlock

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading