Parents: | compiler.tree |
Authors: | Slava Pestov |
Word | Stack effect |
propagate | ( nodes -- nodes ) |
Vocabulary | Summary |
compiler.tree.propagation.branches | Sparse propagation for branches |
compiler.tree.propagation.call-effect | |
compiler.tree.propagation.constraints | Support for predicated value info |
compiler.tree.propagation.copy | Copy propagation |
compiler.tree.propagation.info | Value info data type and operations |
compiler.tree.propagation.inlining | Method inlining and dispatch elimination |
compiler.tree.propagation.known-words | Propagation rules for certain known words |
compiler.tree.propagation.nodes | Node dispatch for propagation pass |
compiler.tree.propagation.recursive | Propagation for inline recursive combinators |
compiler.tree.propagation.simd | |
compiler.tree.propagation.simple | Propagation for straight-line code |
compiler.tree.propagation.slots | Propagation for read-only tuple slots and array lengths |
compiler.tree.propagation.transforms |