language-icon Old Web
English
Sign In

Unreachable code

In computer programming, unreachable code is part of the source code of a program which can never be executed because there exists no control flow path to the code from the rest of the program. In computer programming, unreachable code is part of the source code of a program which can never be executed because there exists no control flow path to the code from the rest of the program. Unreachable code is sometimes also called dead code, although dead code may also refer to code that is executed but has no effect on the output of a program.

[ "Redundant code", "Object code", "Code Access Security", "Loop-invariant code motion", "Threaded code", "Dead code elimination", "Debug symbol" ]
Parent Topic
Child Topic
    No Parent Topic