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