compiler.tree.escape-analysis.branches: no need for sift.
parent
60dd083bcb
commit
ce871f99dd
|
@ -9,7 +9,7 @@ IN: compiler.tree.escape-analysis.branches
|
|||
|
||||
M: #branch escape-analysis*
|
||||
[ in-d>> add-escaping-values ]
|
||||
[ live-children sift [ (escape-analysis) ] each ]
|
||||
[ live-children [ [ (escape-analysis) ] when* ] each ]
|
||||
bi ;
|
||||
|
||||
: (merge-allocations) ( values -- allocation )
|
||||
|
|
Loading…
Reference in New Issue