Handbook
Glossary
unbox-slot-access ( #call -- nodes )
Vocabulary
compiler
.
tree
.
tuple-unboxing
Inputs
#call
an
object
Outputs
nodes
an
object
Definition
USING:
accessors
compiler.tree.escape-analysis.allocations
kernel
sequences
;
IN:
compiler.tree.tuple-unboxing
:
unbox-slot-access
( #call -- nodes )
dup
out-d>>
first
unboxed-slot-access?
[
prepare-slot-access
slot-access-shuffle
]
when
;