Commits
User selector
Commit History
Commits on Aug 4, 2023
Commits on Jun 6, 2023
Rename internal memory growth function. NFC (#19530)
Show description for b1ac027authored
Commits on Apr 22, 2023
Commits on Jan 18, 2023
Take advantage of JS default parameters in JS library code. NFC (#18546)
Show description for 07a2f1cauthored
Commits on Oct 18, 2022
Remove checks for Module object. NFC (#18068)
Show description for 7b9747eauthored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Apr 21, 2021
Prefer `.includes()` over `.indexOf()` (#13945)
Show description for f255b18authored
Commits on Mar 16, 2021
Commits on Nov 9, 2020
Fix closure error messages (#12726)
Show description for 980c077authored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Sep 15, 2020
Cleanup memoryprofiler.js (#12187)
Show description for efb0535authored
Commits on Sep 12, 2020
Remove STATIC* JS vars and STATIC_BUMP setting (#12176)
Show description for e8023f1authored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 16, 2020
Commits on Jun 6, 2020
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
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