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