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