Handbook
Glossary
always-inline-word? ( word -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
inlining
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
;
IN:
compiler.tree.propagation.inlining
:
always-inline-word?
( word -- ? )
{
curry
compose
}
member-eq?
;