factor/basis/compiler/tree/dead-code/dead-code-docs.factor

7 lines
241 B
Factor

USING: help.markup help.syntax ;
IN: compiler.tree.dead-code
ARTICLE: "compiler.tree.dead-code" "Dead code elimination" "In this compiler pass, nodes that have no effect on the words output are removed." ;
ABOUT: "compiler.tree.dead-code"