Age | Commit message (Expand) | Author |
2013-05-30 | export PGOMonitor | Alon Zakai |
2013-05-22 | do not call code-running callbacks if ABORTing; fixes #1191 | Alon Zakai |
2013-05-21 | show awaited run dependencies only in ASSERTIONS builds | Alon Zakai |
2013-05-21 | Specialize Array/TypedArray in allocate() to avoid unnecessary array construc... | tingyuan |
2013-05-19 | export imul through closure | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-29 | improve safe heap logging | Alon Zakai |
2013-04-19 | support for Runtime.addFunction in asm.js | Alon Zakai |
2013-04-18 | setjmp support for asm.js | Alon Zakai |
2013-04-09 | remove ATMAIN hack, use a designated runPostSets function for postSets | Alon Zakai |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai |
2013-04-09 | always load memory initializer asynchronously, to keep shell and web as simil... | Alon Zakai |
2013-04-05 | allow non-ta2 memory initializer loading | Alon Zakai |
2013-04-05 | wait for Browser to show up to fetch memory initializer | Alon Zakai |
2013-04-05 | refactor preRun additions | Alon Zakai |
2013-04-05 | use a separate memory initialization file | Alon Zakai |
2013-04-05 | refactor runtime initialization | Alon Zakai |
2013-04-05 | initialize runtime from run() (asynchronously, if run is asynchronous) | Alon Zakai |
2013-03-18 | process in chunks in fast path in Pointer_stringify | Alon Zakai |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai |
2013-03-18 | make Pointer_stringify argument handling consistent | Alon Zakai |
2013-03-17 | improve error message on memory growth in asm.js | Alon Zakai |
2013-03-15 | add option to disable utf support, and test that in asm2g | Alon Zakai |
2013-03-15 | remove unused Array_stringify | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-03 | optimize allocate()ion of zeroinit | Alon Zakai |
2013-03-01 | limit memory growth to 1GB | Alon Zakai |
2013-02-27 | Merge pull request #882 from lptr/function-lookup-from-module | Alon Zakai |
2013-02-27 | Remove the inner-try again -- not needed at all | Lorant Pinter |
2013-02-27 | Put back try-catch around closure exported function lookup | Lorant Pinter |
2013-02-27 | Reverse the order of function lookup in getCFunc() to avoid having to call ev... | Lorant Pinter |
2013-02-26 | Add CHECK_HEAP_ALIGN to perform runtime alignment checks | Vladimir Vukicevic |
2013-02-26 | Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incoming | Alon Zakai |
2013-02-25 | always replace Math.imul in non-precise i32 mul mode, and disable test for th... | Alon Zakai |
2013-02-22 | use Math.imul for precise 32-bit mul | Alon Zakai |
2013-02-22 | always use Math.imul, with fast polyfill. will be useful for faster 64-bit math | Alon Zakai |
2013-02-21 | Added some comments | Lorant Pinter |
2013-02-20 | In allocate() only query native type size when needed | Lorant Pinter |
2013-02-17 | fix CHECK_OVERFLOW | Alon Zakai |
2013-02-17 | typo | Alon Zakai |
2013-02-17 | fix indentation | Alon Zakai |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-02-17 | remove PGO option. It is only relevant for non-ta2 builds, which are on the w... | Alon Zakai |
2013-02-17 | remove asm memory masking per the new spec | Alon Zakai |
2013-01-31 | fix bootstrap memset safe heap access | Alon Zakai |
2013-01-25 | benchmark code gen option | Alon Zakai |
2013-01-24 | make bootstrap memset not use safe heap, STATICTOP is not set up yet | Alon Zakai |
2013-01-24 | optimize memset | Alon Zakai |
2013-01-23 | better memory limit message in asm | Alon Zakai |
2013-01-22 | do not allow adjusting memory size at runtime in asm | Alon Zakai |