Handbook
Glossary
some-outputs-dead? ( #call -- ? )
Vocabulary
compiler
.
tree
.
dead-code
.
simple
Inputs
#call
an
object
Outputs
?
an
object
Definition
USING:
accessors
compiler.tree.dead-code.liveness
kernel
sequences
;
IN:
compiler.tree.dead-code.simple
:
some-outputs-dead?
( #call -- ? )
out-d>>
[
live-value?
not
]
any?
;