Age | Commit message (Collapse) | Author |
|
|
|
coverage and support for fastcomp
|
|
|
|
Split name-minification into a separate pass from registerization.
|
|
|
|
they have any dependencies; fixes #2003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conflicts: tests/test_core.py tools/shared.py
|
|
|
|
|
|
fixed limit on the # of minified names
|
|
|
|
Conflicts:
tests/test_benchmark.py
tools/shared.py
|
|
aggressiveVariableElimination
|
|
|
|
Conflicts:
tools/shared.py
|
|
vectorization in llvm 3.4
|
|
|
|
|
|
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed small problems which exhibit themself when building projects with ...
|
|
|
|
many source files.
When there are too many source files and one builds static libraray cmake splits the whole list of files
into several invocations of library archiver. In order this to work cmake needs to know both how to create
and how to append to archive. Another related issue is that emscripten code fails when links a final
javascript code if a command line of a link command is too long (this 'too long' is very OS dependent).
Related discussion can be found in issue #1931.
Conflicts:
AUTHORS
|
|
|
|
|
|
loop variable optimizer
|
|
|
|
|
|
|
|
--exclude-file
|