Handbook
Glossary
open-code-#call ( #call word/quot -- nodes/f )
Method inlining and dispatch elimination
Prev:
splicing-call ( #call word -- nodes )
Next:
splicing-body ( #call quot/word -- nodes/f )
Vocabulary
compiler
.
tree
.
propagation
.
inlining
Inputs
#call
an
object
word/quot
an
object
Outputs
nodes/f
an
object
Definition
USING:
accessors
compiler.tree.builder
kernel
;
IN:
compiler.tree.propagation.inlining
:
open-code-#call
( #call word/quot -- nodes/f )
[
[
in-d>>
]
[
out-d>>
]
bi
]
dip
build-sub-tree
;