Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use empty blocks instead of nops for empty scopes in IRBuilder (#7080) | Thomas Lively | 2024-11-14 | 1 | -1/+0 |
| | | | | | | | | | | When IRBuilder builds an empty non-block scope such as a function body, an if arm, a try block, etc, it needs to produce some expression to represent the empty contents. Previously it produced a nop, but change it to produce an empty block instead. The binary writer and printer have special logic to elide empty blocks, so this produces smaller output. Update J2CLOpts to recognize functions containing empty blocks as trivial to avoid regressing one of its tests. | ||||
* | [EH] Rename old EH tests from -old to -legacy (#6627) | Heejin Ahn | 2024-05-28 | 1 | -0/+41 |
This renames old EH tests in the form of `-eh-old.wast` to `-eh-legacy.wast`, to be clearer in names. |