Handbook
Glossary
remove-flushable-call ( #call -- node )
Vocabulary
compiler
.
tree
.
dead-code
.
simple
Inputs
#call
an
object
Outputs
node
an
object
Definition
USING:
accessors
compiler.tree
compiler.tree.dead-code.liveness
kernel
stack-checker.dependencies
;
IN:
compiler.tree.dead-code.simple
:
remove-flushable-call
( #call -- node )
[
word>>
add-depends-on-flushable
]
[
in-d>>
<#drop>
remove-dead-code*
]
bi
;