Commits
User selector
Commit History
Commits on Feb 22, 2020
Adjust to Closure compiler convention that parseInt() must always be … (#10457)
Show description for d9cbb25authored
Commits on Feb 18, 2020
Minimal runtime pthreads (#10123)
Show description for 673915cauthored
Commits on Jan 31, 2020
In memory profiler sbrk filter view, allow specifying a precreated fi… (#10323)
Show description for 6e84538authored
Commits on Dec 16, 2019
Add heap sbrk() and resize fragmentation profiling to --memoryprofiler (#10007)
Show description for 60e430bauthored
Commits on Aug 6, 2019
Commits on Aug 5, 2019
Commits on Mar 13, 2019
Remove TOTAL_MEMORY global var from emitted JS (#8278)
Show description for 91325c1authored
Commits on Jan 14, 2019
Perform JS static allocations at compile time (#7850)
Show description for d9529aeauthored
Commits on Nov 5, 2018
Commits on Oct 10, 2018
Commits on Sep 21, 2018
Commits on Dec 20, 2017
De-runtime-ification (#5954)
Show description for c5a4558authored
Commits on Mar 23, 2017
Improve allocation statistics tracker
Show description for 4387a4ecommitted
Commits on Aug 22, 2016
DYNAMICTOP is a signed 32-bit integer value, so read it as HEAP32. (This fixes -s USE_PTHREADS=2 builds when browser does not support pthreads, i.e. browser.test_pthread_create run on a non-support…
Show description for 59816c6committedRemove variable DYNAMICTOP and replace it with DYNAMICTOP_PTR which points to a memory location on the Emscripten HEAP that contains the ceiling of the dynamically allocated memory area. Remove pro…
Show description for 80bd37acommitted
Commits on Dec 19, 2015
Fixed issues with the memory profiler
Show description for d52939ccommitted
Nate Burr
Commits on Sep 24, 2015
Commits on Sep 23, 2015
Commits on Sep 22, 2015
Commits on Sep 21, 2015
Add --memoryprofiler linker option to emcc.
Show description for 75b214ecommitted
Loading