Hey Sergey,
I generally run all the non-slow tests in the `wasm2` and `other` test suites. (for example `./tests/runner wasm2 --skip-slow`).
And then in particular I rebaseline all the codesize tests to see the effect on code size. I do this with `./tests/runner other.*code_size* other.*metadce* --rebaseline`.
In terms of ES2015 features I have a couple of pending changes:
I was thinking of waiting until mid january to land these to give folks a chance to report any issues with ES6 usage in general.
Aside from that, the big change that I've not started on is the `var` to `const/let` conversion. You are welcome to take a look at that if you like. I would suggest we first do a global `var` -> `let` conversion before thinking about whether we want to introduce `const` since it has a potential code size cost.
What other ES2015 features do you think would be valuable to start using?
cheers,
sam