Handbook
Glossary
custom-inlining? ( word -- quot/f )
Vocabulary
compiler
.
tree
.
propagation
.
inlining
Inputs
word
a
word
Outputs
quot/f
a quotation or
f
Word description
Returns the custom inlining
quotation
for a word if it has one.
Definition
USING:
words
;
IN:
compiler.tree.propagation.inlining
:
custom-inlining?
( word -- quot/f )
"custom-inlining"
word-prop
;