Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | relooper improvements | Alon Zakai (kripken) | 2017-05-20 | 1 | -0/+3 |
| | |||||
* | Re-reloop pass (#1009) | Alon Zakai | 2017-05-16 | 1 | -0/+325 |
This adds a pass that converts to a CFG, runs the relooper, and re-generates wasm from that. This depends on flatten-control-flow being run before. The main goal here is to help code generators other than asm2wasm (which already receives relooped code from fastcomp). |