Handbook
Glossary
record-literal-allocation ( value object -- )
Vocabulary
compiler
.
tree
.
escape-analysis
.
simple
Inputs
value
an
object
object
an
object
Outputs
None
Definition
USING:
compiler.tree.escape-analysis.allocations
kernel
;
IN:
compiler.tree.escape-analysis.simple
:
record-literal-allocation
( value object -- )
object-slots
[
make-literal-slots
swap
record-allocation
]
[
unknown-allocation
]
if*
;