Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | implement function inlining (#2053) | Alex Lam S.L | |
- empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281 | |||
2017-05-02 | improve literal return optimization (#1860) | kzc | |
2017-04-05 | implement delayed resolution for `reduce_vars` (#1788) | Alex Lam S.L | |
Although it would be nice to enforce `AST_Node` cloning during transformation, that ship has sailed a long time ago. We now get the assigned value when resolving `AST_SymbolRef` instead of `reset_opt_flags()`, which has the added advantage of improved compressor efficiency. fixes #1787 |