Handbook
Glossary
(flatten-values) ( values accum -- )
Vocabulary
compiler
.
tree
.
tuple-unboxing
Inputs
values
an
object
accum
an
object
Outputs
None
Definition
USING:
compiler.tree.escape-analysis.allocations
kernel
sequences
;
IN:
compiler.tree.tuple-unboxing
:
(flatten-values)
( values accum -- )
dup
'[
[
unboxed-allocation
]
[
_
(flatten-values)
]
[
_
push
]
?if
]
each
;