factor/basis/compiler/tree/tuple-unboxing/tuple-unboxing-docs.factor

8 lines
253 B
Factor
Raw Normal View History

2015-07-27 05:22:17 -04:00
USING: compiler.tree.escape-analysis help.markup help.syntax ;
IN: compiler.tree.tuple-unboxing
ARTICLE: "compiler.tree.tuple-unboxing" "Tuple unboxing"
"This pass must run after " { $link escape-analysis } "." ;
ABOUT: "compiler.tree.tuple-unboxing"