Handbook
Glossary
execute-effect-ic ( 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-ic
( word effect inline-cache -- )
3dup
nip
inline-cache-hit?
[
drop
execute-effect-unsafe
]
[
execute-effect-fast
]
if
;
inline