Handbook
Glossary
simplify-call ( #call -- nodes )
Vocabulary
compiler
.
tree
.
dead-code
.
simple
Inputs
#call
an
object
Outputs
nodes
an
object
Definition
USING:
accessors
kernel
;
IN:
compiler.tree.dead-code.simple
:
simplify-call
( #call -- nodes )
dup
(simplify-call)
[
>>word
[
filter-live
]
change-out-d
]
[
maybe-drop-dead-outputs
]
if*
;