Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-24 | compiler: Introduce module-level type optimization | John Högberg | |
This commit lets the type optimization pass work across functions, tracking return and argument types to eliminate redundant tests. | |||
2019-01-24 | beam_ssa_opt: Add a scaffold for module-level optimizations | John Högberg | |
This serves as a base for the upcoming module-level type optimization, but may come in handy for other passes like beam_ssa_funs and beam_ssa_bsm that have their own ad-hoc implementations. |