Handbook
Glossary
never-inline-word? ( word -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
inlining
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
words
;
IN:
compiler.tree.propagation.inlining
:
never-inline-word?
( word -- ? )
{
[
deferred?
]
[
"default"
word-prop
]
[
\
call
eq?
]
}
1||
;