Age | Commit message (Expand) | Author |
---|---|---|
2018-07-01 | fix corner case in `unused` | alexlamsl |
2018-06-06 | general clean-ups (#3175) | Alex Lam S.L |
2017-12-14 | fold `cascade` functionality into `collapse_vars` (#2586) | Alex Lam S.L |
2017-11-11 | implement compress option `reduce_funcs` (#2466)...- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464 | Alex Lam S.L |
2017-07-02 | improve `inline` efficiency (#2188)...... by teaching `collapse_vars` some new tricks. fixes #2187 | Alex Lam S.L |
2017-06-13 | fix variable accounting in `inline` (#2085)...fixes #2084 | Alex Lam S.L |
2017-06-06 | fix `inline` handling of `AST_Call.args` (#2059) | Alex Lam S.L |
2017-06-06 | implement function inlining (#2053)...- empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281 | Alex Lam S.L |