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