Handbook
Glossary
execute-effect-fast ( word effect inline-cache -- )
Vocabulary
compiler
.
tree
.
propagation
.
call-effect
Inputs
word
an
object
effect
an
object
inline-cache
an
object
Outputs
None
Definition
USING:
combinators.private
kernel
;
IN:
compiler.tree.propagation.call-effect
:
execute-effect-fast
( word effect inline-cache -- )
2over
execute-effect-unsafe?
[
[
nip
update-inline-cache
]
[
drop
execute-effect-unsafe
]
3bi
]
[
drop
execute-effect-slow
]
if
;
inline