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