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"