Handbook
Glossary
cleanup-folding? ( #call -- ? )
Vocabulary
compiler
.
tree
.
cleanup
Inputs
#call
a
#call
Outputs
?
a
boolean
Word description
Checks if a
#call
node can be folded.
Definition
USING:
accessors
compiler.tree.propagation.info
sequences
;
IN:
compiler.tree.cleanup
:
cleanup-folding?
( #call -- ? )
node-output-infos
[
f
]
[
[
literal?>>
]
all?
]
if-empty
;