compiler.tree.escape-analysis.branches: no need for sift.

master
John Benediktsson 2020-08-14 13:43:02 -07:00
parent 60dd083bcb
commit ce871f99dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 )