Handbook
Glossary
record-inlining ( #call -- )
Vocabulary
compiler
.
tree
.
cleanup
Inputs
#call
an
object
Outputs
None
Definition
USING:
accessors
kernel
stack-checker.dependencies
;
IN:
compiler.tree.cleanup
:
record-inlining
( #call -- )
dup
method>>
[
add-method-dependency
]
[
word>>
+definition+
depends-on
]
if
;