Commit Graph

1 Commits

Author SHA1 Message Date
alexlamsl
668ceead7f implement delayed resolution for reduce_vars
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
2017-04-05 20:08:49 +08:00