Handbook
Glossary
sync-point? ( 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
sync-point
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
compiler.cfg.linear-scan.live-intervals
:
sync-point?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
sync-point
eq?
]
[
drop
f
]
if
;