cleanup-tree ( nodes -- nodes' )
Cleanup Phase


Vocabulary
compiler.tree.cleanup

Inputs
nodesa sequence


Outputs
nodes'a sequence


Word description
Main entry point for the cleanup-tree optimization phase. We don't recurse into children here, instead the methods do it since the logic is a bit more involved.

See also
cleanup-tree*

Definition