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