The Free On-line Dictionary of Computing (19 January 2023):
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. (2018-06-26)