Handbook
Glossary
drop-dead-inputs ( inputs outputs -- #shuffle )
Vocabulary
compiler
.
tree
.
dead-code
.
recursive
Inputs
inputs
an
object
outputs
an
object
Outputs
#shuffle
an
object
Definition
USING:
compiler.tree.dead-code.simple
sequences
stack-checker.backend
;
IN:
compiler.tree.dead-code.recursive
::
drop-dead-inputs
( inputs outputs -- #shuffle )
inputs
filter-live
outputs inputs
filter-corresponding
length
make-values
outputs inputs
drop-values
;