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

7 lines
241 B
Factor
Raw Normal View History

2015-06-14 01:40:17 -04:00
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"