The term dead code has multiple definitions. Some use the term to refer to code (i.e. instructions in memory) which can never be executed at run-time.[1][2][3] In some areas of computer programming, dead code is a section in the source code of a program which is executed but whose result is never used in any other computation.[4][5] The execution of dead code wastes computation time and memory.

While the result of a dead computation may never be used, it may raise exceptions or affect some global state, thus removal of such code may change the output of the program and introduce unintended bugs. Compiler optimizations are typically conservative in their approach to dead-code removal if there is any ambiguity as to whether removal of the dead code will affect the program output. The programmer may aid the compiler in this matter by making additional use of static and/or inline functions and enabling the use of link-time optimization.

Example

edit
int foo(int x, int y) {
	int z = x / y;
	return x * y;
}

In the C code above example, although the division of x by y is computed and never used, it will raise a SIGFPE (floating point exception signal) when a division-by-zero occurs. Therefore, the removal of the dead code may change the output of the program.

Analysis

edit

Dead-code elimination is a form of compiler optimization in which dead code is removed from a program. Dead code analysis can be performed using live-variable analysis, a form of static-code analysis and data-flow analysis. This is in contrast to unreachable code analysis which is based on control-flow analysis.

The dead-code elimination technique is in the same class of optimizations as unreachable code elimination and redundant code elimination.

In large programming projects, it is sometimes difficult to recognize and eliminate dead code, particularly when entire modules become dead. Test scaffolding can make it appear that the code is still live, and at times, contract language can require delivery of the code even when the code is no longer relevant.[6]

Some IDEs (such as Xcode, Visual Studio 2010[7] and Eclipse Galileo[8]) have the ability to locate dead code during the compiling stage.

While most optimization techniques seek to remove dead code in an implementation, in extreme forms of optimization for size it may sometimes be desirable to deliberately introduce and carefully shape seemingly dead code, when it allows to fold otherwise unrelated code sections together (and thereby reduce their combined size) so that the extra code will effectively not harm the first path of execution through the code but is used to carry out the actions necessary for the alternative paths of execution, for which other sections of the code may become dead code. On a more functional level, this can be seen as both, artificially introduction of harmless/useful side-effects and reduction of the redundancy of the code, but it can also be used down to opcode level in order to allow the usage of shorter instructions, which would not be possible when folding code sequences without the concerted introduction of side-effects caused by the dead code.

See also

edit

References

edit
  1. ^ "Hongwei Xi, Dead Code Elimination through Dependent Types" (PDF). Archived from the original (PDF) on 2012-03-10. Retrieved 2020-05-06.
  2. ^ [1] Archived 2020-05-20 at the Wayback Machine DO-178B
  3. ^ DO-178B Wikipedia/DO-178B.
  4. ^ Debray, S. K., Evans, W., Muth, R., and De Sutter, B. 2000. Compiler techniques for code compaction. ACM Trans. Program. Lang. Syst. 22, 2 (Mar. 2000), 378–415.
  5. ^ Appel, A. W. 1998 Modern Compiler Implementation in Java. Cambridge University Press.
  6. ^ Douglas W. Jones Dead Code Maintenance, Risks 8.19 (Feb. 1, 1989) Archived 2011-07-08 at the Wayback Machine
  7. ^ Habib Heydarian, Microsoft Corp
  8. ^ Eclipse Developer Guide
edit

📚 Artikel Terkait di Wikipedia

Dead-code elimination

theory, dead-code elimination (DCE, dead-code removal, dead-code stripping, or dead-code strip) is a compiler optimization to remove dead code (code that

WarGames: The Dead Code

WarGames: The Dead Code is a 2008 American direct-to-video thriller film written by Randall Badat and Rob Kerchner and directed by Stuart Gillard. It

Dead or Alive (franchise)

and Dead or Alive Cronus Cancelled". Andriasang. Archived from the original on November 8, 2010. Retrieved November 3, 2010. "Dead or Alive: Code Cronos

Unreachable code

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

Tree shaking

shaking is a dead code elimination technique that is applied when optimizing code. Often contrasted with traditional single-library dead code elimination

HTTP 404

content indicates the error code. Since the condition is relatively commonly-encountered (i.e. due to broken or dead links), this code is one of the most recognizable

The Code (Fear the Walking Dead)

consensus. › "The Code" is the eleventh episode of the fourth season of the post-apocalyptic horror television series Fear the Walking Dead, which aired on

Konami Code

Konami Code (Japanese: コナミコマンド, Konami Komando, "Konami command"), also commonly referred to as the Contra Code and sometimes the 30 Lives Code, is a cheat