Handbook
Glossary
residency-plan? ( object -- ? )
Vocabulary
compiler
.
cfg
.
register-allocation
.
greedy
.
regions
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
residency-plan
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
compiler.cfg.register-allocation.greedy.regions
:
residency-plan?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
residency-plan
eq?
]
[
drop
f
]
if
;