aboutsummaryrefslogtreecommitdiff
path: root/tools/js_optimizer.py
AgeCommit message (Expand)Author
2013-03-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Make chunkify a free functionChad Austin
2013-03-04Integrate azakai's style feedback and make sanity tests pass again.Chad Austin
2013-03-04Remove TempFiles's dependency on global and environment variablesChad Austin
2013-02-28disable v8 stack size increase because of windows instability; make it easy t...Alon Zakai
2013-02-28test updatesAlon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...Alon Zakai
2013-02-26allow adjusting # of cpu cores to use with EMCC_CORESAlon Zakai
2013-02-26only check # of cores once in js optimizerAlon Zakai
2013-02-26adjust cache sizes a little more and update testsAlon Zakai
2013-02-26adjust chunking sizesAlon Zakai
2013-02-22fix jsfuncchunking bugAlon Zakai
2013-01-16js optimize debugging commentAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-23clean up all temp files in js optimizerAlon Zakai
2012-12-23clean up temp files in js optimizerAlon Zakai
2012-12-07notice function indentation in js_optimizer.py so that we properly scan inden...Alon Zakai
2012-12-07fix suffix in js optimizerAlon Zakai
2012-11-22notice generated functions with $ in themAlon Zakai
2012-11-22fix bug in js optimizer on closured dataAlon Zakai
2012-11-22more carefully split out functions in js optimizerAlon Zakai
2012-11-21more jcache testing, and add newlines to ensure chunk separationAlon Zakai
2012-11-21finish js optimizer caching and add testsAlon Zakai
2012-11-21basic logic of jcache in js optimizerAlon Zakai
2012-11-21use chunkify in js optimizer, in preparation for jcachingAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-06less debug output in js optimizerAlon Zakai
2012-11-04handle windows line endings in js optimizer splittingAlon Zakai
2012-11-03log out js optimizer split sizesAlon Zakai
2012-10-29re-enable parallelization of js optimizer on windowsAlon Zakai
2012-10-29do not use process pool for js optimizer when not enough cores or on windows ...Alon Zakai
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai