Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -6/+6 |
| | | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329. | ||||
* | Optimize equivalent locals (#1540) | Alon Zakai | 2018-05-10 | 1 | -0/+2 |
| | | | | | | | | | If locals are known to contain the same value, we can * Pick which local to use for a get_local of any of them. Makes sense to prefer the most common, to increase the chance of one dropping to zero uses. * Remove copies between a local and one that we know contains the same value. This is a consistent win, small though, around 0.1-0.2%. | ||||
* | Validation fixes for #1317 (#1347) | Alon Zakai | 2018-01-03 | 1 | -0/+6 |
* add get_global/set_global validation * validate get_local index * update builds * fix tests |