harmony
harmony copied to clipboard
Could passing generated JS to an optimizer improve Harmony performance?
Tried Closure Compiler. It certainly reduces code size. Not sure performance win will be that meaningful. It can remove dead code, which is nice, but the rewriting when using advanced optimization breaks code that uses require() without using extern features of the compiler. Not sure this all adds up to being worth a new step in the regular release process of harmony.
Not going to pursue JS optimization any further.