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
[
(escaping-value?)
]
curry
filter-keys
escaping-allocations
set
;