index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
js_optimizer.py
Age
Commit message (
Expand
)
Author
2013-03-04
Get the TempFiles object from the Configuration
Chad Austin
2013-03-04
Make chunkify a free function
Chad Austin
2013-03-04
Integrate azakai's style feedback and make sanity tests pass again.
Chad Austin
2013-03-04
Remove TempFiles's dependency on global and environment variables
Chad Austin
2013-02-28
disable v8 stack size increase because of windows instability; make it easy t...
Alon Zakai
2013-02-28
test updates
Alon Zakai
2013-02-26
do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...
Alon Zakai
2013-02-26
allow adjusting # of cpu cores to use with EMCC_CORES
Alon Zakai
2013-02-26
only check # of cores once in js optimizer
Alon Zakai
2013-02-26
adjust cache sizes a little more and update tests
Alon Zakai
2013-02-26
adjust chunking sizes
Alon Zakai
2013-02-22
fix jsfuncchunking bug
Alon Zakai
2013-01-16
js optimize debugging comment
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-23
clean up all temp files in js optimizer
Alon Zakai
2012-12-23
clean up temp files in js optimizer
Alon Zakai
2012-12-07
notice function indentation in js_optimizer.py so that we properly scan inden...
Alon Zakai
2012-12-07
fix suffix in js optimizer
Alon Zakai
2012-11-22
notice generated functions with $ in them
Alon Zakai
2012-11-22
fix bug in js optimizer on closured data
Alon Zakai
2012-11-22
more carefully split out functions in js optimizer
Alon Zakai
2012-11-21
more jcache testing, and add newlines to ensure chunk separation
Alon Zakai
2012-11-21
finish js optimizer caching and add tests
Alon Zakai
2012-11-21
basic logic of jcache in js optimizer
Alon Zakai
2012-11-21
use chunkify in js optimizer, in preparation for jcaching
Alon Zakai
2012-11-21
set up parameter passing for jcache
Alon Zakai
2012-11-06
less debug output in js optimizer
Alon Zakai
2012-11-04
handle windows line endings in js optimizer splitting
Alon Zakai
2012-11-03
log out js optimizer split sizes
Alon Zakai
2012-10-29
re-enable parallelization of js optimizer on windows
Alon Zakai
2012-10-29
do not use process pool for js optimizer when not enough cores or on windows ...
Alon Zakai
2012-10-28
split out js_optimizer python portion into an independent module
Alon Zakai