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