Handbook
Glossary
unboxed-allocation ( value -- allocation/f )
Vocabulary
compiler
.
tree
.
escape-analysis
.
allocations
Inputs
value
an
object
Outputs
allocation/f
an
object
Definition
USING:
kernel
;
IN:
compiler.tree.escape-analysis.allocations
:
unboxed-allocation
( value -- allocation/f )
dup
escaping-allocation?
[
drop
f
]
[
allocation
]
if
;