Handbook
Glossary
irrelevant? ( object -- ? )
Vocabulary
compiler
.
cfg
.
branch-splitting
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
irrelevant
class.
Definition
USING:
classes.tuple.private
compiler.cfg.instructions
kernel
math.private
slots.private
;
IN:
compiler.cfg.branch-splitting
:
irrelevant?
( object -- ? )
dup
tuple?
[
layout-of
dup
dup
1
slot
13
fixnum>=
[
13
slot
\
##peek
eq?
]
[
drop
f
]
if
[
drop
t
]
[
dup
dup
1
slot
11
fixnum>=
[
11
slot
\
##replace
eq?
]
[
drop
f
]
if
[
drop
t
]
[
dup
1
slot
9
fixnum>=
[
9
slot
\
##inc
eq?
]
[
drop
f
]
if
]
if
]
if
]
[
drop
f
]
if
;