Handbook
Glossary
?spill-slot ( obj -- obj )
Vocabulary
cpu
.
arm
.
64
Inputs
obj
an
object
Outputs
obj
an
object
Definition
USING:
accessors
compiler.cfg.instructions
kernel
;
IN:
cpu.arm.64
:
?spill-slot
( obj -- obj )
dup
spill-slot?
[
n>>
spill@
]
when
;