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