Handbook
Glossary
cached-effect-valid? ( quot -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs
quot
a
quotation
Outputs
?
a
boolean
Word description
t
if the cached effect is valid.
Definition
USING:
accessors
compiler.units
kernel
;
IN:
compiler.tree.propagation.call-effect
:
cached-effect-valid?
( quot -- ? )
cache-counter>>
effect-counter
eq?
;
inline