-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Emscripten💩 3.1.50 in order to enable mimalloc
Upgrade to Emscripten💩 3.1.50 in order to enable mimalloc. The default allocator (dlmalloc) has dog-shit for performance under multiple threads due to plenty of locking happening inside the allocator. The better allocator is mimalloc that requires Emscripten💩 3.1.50 Emscripten💩 3.1.27 changed the default stack size to 64kb. Restore the original 5MB stack size with -sSTACK_SIZE=5MB Upgrading Emscripten comes with a new clang that is based on a new LLVM version that has a regression so sol2 build fails: ThePhD/sol2#1614 Adding a WAR in sol.hpp to change the offendin function signatures to unconditonal noexcept. mimalloc performance: emscripten-core/emscripten#20651
- Loading branch information
Showing
4 changed files
with
75 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters