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