Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-01 | improve switch case compression (#2547) | Alex Lam S.L | |
2017-04-02 | fix corner case in `switch` (#1765) | Alex Lam S.L | |
2017-04-02 | fix corner cases in switch and undefined (#1762) | Alex Lam S.L | |
- fix side effects in switch condition for singular blocks - fix `undefined` confusion with local variable - gate `OPT(AST_Switch)` with `switches` fixes #1758 fixes #1759 | |||
2017-04-01 | fix switch branch elimination (#1752) | Alex Lam S.L | |
Merge unreachable case body with previous fallthrough case fixes #1750 |