8 lines
253 B
Factor
8 lines
253 B
Factor
|
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"
|