dead code elimination
(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:
DEADBEEF ♦ dead code ♦ dead code elimination ♦ dead-drop ♦ deadlock
Try this search on Wikipedia, Wiktionary, Google, OneLook.
Loading