Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop emitting "almost asm" in wasm2js output (#2221) | Alon Zakai | 2019-07-12 | 1 | -1/+0 |
| | | | We don't ever emit "use asm" anymore, so this similar annotation is not really useful, it just increases size. | ||||
* | Fix an infinite loop in avoid-reinterprets in unreachable code with loops of ↵ | Alon Zakai | 2019-05-17 | 1 | -0/+31 |
gets (#2118) In unreachable code, a get may have a single set that assigns to it, and that set may be assigned to by that very get. |