Age | Commit message (Expand) | Author |
---|---|---|
2017-03-05 | fixup for #1553 (#1555)...- `++a` is the one that is foldable - transform `a++` into `++a` for better optimisation | Alex Lam S.L |
2017-03-05 | collapse assignment with adjacent subsequent usage (#1553)...- consolidate `cascade` optimisations - support ++/-- postfixes - remove redundant optimisation identified in #1460 fixes #368 | Alex Lam S.L |