Handbook
Glossary
compute-escaping-allocations ( -- )
Vocabulary
compiler.tree.escape-analysis.allocations
Word description
Compute which tuples escape
Definition
USING:
assocs
kernel
namespaces
;
IN:
compiler.tree.escape-analysis.allocations
:
compute-escaping-allocations
( -- )
allocations
get
escaping-values
get
[
[
drop
]
]
dip
[
(escaping-value?)
]
curry
compose
assoc-filter
escaping-allocations
set
;