Handbook
Glossary
inline-cache-hit? ( word/quot ic -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs
word/quot
an
object
ic
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
compiler.units
kernel
;
IN:
compiler.tree.propagation.call-effect
:
inline-cache-hit?
( word/quot ic -- ? )
{
[
value>>
eq?
]
[
nip
counter>>
effect-counter
eq?
]
}
2&&
;
inline