Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-29 | Fix unsafe code sharing | Björn Gustavsson | |
2018-11-28 | Share the code for semantically equivalent blocks | Björn Gustavsson | |
Share code for semantically equivalent blocks referred to to by `br` and `switch` instructions. A similar optimization is done in `beam_jump`, but doing it here as well is beneficial as it may enable other optimizations. Also, if there are many semantically equivalent clauses, this optimization can substanstially decrease compilation times. |