8 lines
227 B
Factor
8 lines
227 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: compiler.tree.escape-analysis
|
||
|
|
||
|
ARTICLE: "compiler.tree.escape-analysis" "Escape analysis for tuple unboxing"
|
||
|
"This pass must run after propagation" ;
|
||
|
|
||
|
ABOUT: "compiler.tree.escape-analysis"
|