Revert "compiler.tree.dead-code.simple: undo e1b22e0af4
(#1513)"
This reverts commit 5a0e583279
.
char-rename
parent
5f1400bd0c
commit
e9f9903393
|
@ -9,10 +9,10 @@ IN: compiler.tree.dead-code.simple
|
|||
|
||||
: flushable-call? ( #call -- ? )
|
||||
dup word>> dup flushable? [
|
||||
"input-classes" word-prop dup [
|
||||
word>input-infos [
|
||||
[ node-input-infos ] dip
|
||||
[ [ class>> ] dip class<= ] 2all?
|
||||
] [ 2drop t ] if
|
||||
[ value-info<= ] 2all?
|
||||
] [ drop t ] if*
|
||||
] [ 2drop f ] if ;
|
||||
|
||||
M: #call mark-live-values*
|
||||
|
|
Loading…
Reference in New Issue