aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-23integrate eliminator as js optimizer passAlon Zakai
2012-10-23include eliminator as js optimizer passAlon Zakai
2012-10-23remove unneeded js optimizer re-parseAlon Zakai
2012-10-23optimize newline removal in eliminatorAlon Zakai
2012-10-23more misc eliminator optimizationsAlon Zakai
2012-10-23misc eliminator optimizationsAlon Zakai
2012-10-23tiny eliminator optimizationAlon Zakai
2012-10-23simplify eliminatorAlon Zakai
2012-10-23rewrite eliminator in jsAlon Zakai
2012-10-22comment on separate compilation of workersAlon Zakai
2012-10-22add eliminator testAlon Zakai
2012-10-22handle no-data worker api calls, and more testsAlon Zakai
2012-10-22worker api closure fixes + additional testingAlon Zakai
2012-10-22Merge branch 'master' into incomingAlon Zakai
2012-10-22switch benchmark suite to -O2+ from -O3Alon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-22Merge branch 'incoming'Alon Zakai
2012-10-22fix SAFE_HEAP historyAlon Zakai
2012-10-22fix strtok temp state ; fixes #658Alon Zakai
2012-10-22fix array detection in preadAlon Zakai
2012-10-21listen to glut events on glutInit, so it works even without main loopAlon Zakai
2012-10-20check node version is at least 0.6.8, which is the first to not have v8 bug ↵Alon Zakai
1895; enable crankshaft in js optimizer for additional speed
2012-10-20report times of passes in EMCC_DEBUGAlon Zakai
2012-10-20implement simplifyZeroComp js optimizer pass, not yet executedAlon Zakai
2012-10-20restore workaround for v8 bug 1895Alon Zakai
2012-10-19emit unreachable throws only in ASSERTIONS modeAlon Zakai
2012-10-19do not forward worker stdio by default ; fixes test_workerAlon Zakai
2012-10-19tweak sync xhr code a tiny bitAlon Zakai
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
Chunked binary webworker xhr lazy loading
2012-10-20document SMALL_CHUNKSJanus
2012-10-19save benchmarks with different namesAlon Zakai
2012-10-19assert on stack being too large compared to total memoryAlon Zakai
2012-10-19add argument to emscripten_async_prepare_dataAlon Zakai
2012-10-19emscripten_async_prepare_dataAlon Zakai
2012-10-19IE fixesAlon Zakai
2012-10-19add tests for chunked binary web worker xhrJanus
2012-10-18support ALL.test in test runnerAlon Zakai
2012-10-18intel/linux webgl output test runner additionsAlon Zakai
2012-10-17fix closure error in file packagerAlon Zakai
2012-10-17support for SDL resize eventAlon Zakai
2012-10-17UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to ↵Alon Zakai
support some nonportable code
2012-10-17split up very large js files when passing them into js-optimizer and ↵Alon Zakai
eliminator, to allow optimizing very large files without node hitting out-of-memory
2012-10-17remove unneeded node checksAlon Zakai
2012-10-17stop working around v8 bug 1985 which was fixed a while agoAlon Zakai
2012-10-17allow changing java heap size for closure via JAVA_HEAP_SIZE env varAlon Zakai
2012-10-17use base64 as websocket protocolAlon Zakai
2012-10-17add non-working websockets test for large amounts of 'random' dataAlon Zakai
2012-10-17Add explicit braces to one-liner if statements in library_egl.js.Jukka Jylänki
2012-10-17Relax the implementation of eglGetDisplay function to always return the ↵Jukka Jylänki
Emscripten EGLDisplay handle. This allows EGL-using GLES2-related tests to pass, they expect to utilize eglGetDisplay as if running on X11.
2012-10-17Implemented more EGL functions.Jukka Jylänki