| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | opt: Start optimizing dead code a bit | Michael Matz | 2016-12-15 | 1 | -0/+122 |
| If a condition is always zero/non-zero we can omit the then or else code. This is complicated a bit by having to deal with labels that might make such code reachable without us yet knowing during parsing. | |||||
