rts: use page sized mblocks on wasm
This patch changes mblock size to page size on wasm. It allows us to simplify our wasi-libc fork, makes it much easier to test third party libc allocators like emmalloc/mimalloc, as well as experimenting with threaded RTS in wasm.
Showing
- libraries/ghc-compact/tests/T18757.stdout-wasm32-unknown-wasi 1 addition, 0 deletions...aries/ghc-compact/tests/T18757.stdout-wasm32-unknown-wasi
- rts/include/rts/Constants.h 4 additions, 0 deletionsrts/include/rts/Constants.h
- rts/sm/NonMoving.h 5 additions, 0 deletionsrts/sm/NonMoving.h
- rts/wasm/OSMem.c 8 additions, 19 deletionsrts/wasm/OSMem.c
-
mentioned in commit 03d1a733
-
mentioned in commit f3ea9fb8
-
mentioned in commit 8ec789db
-
mentioned in commit 11d30133
-
mentioned in commit 44bab103
-
mentioned in commit ecfc3539
-
mentioned in commit 5e24354e
-
mentioned in commit f747805f
-
mentioned in commit 50796599
-
mentioned in commit 44b4cf28
-
mentioned in commit 9b6fa6ac
-
mentioned in commit a553126f
-
mentioned in commit 545e090c
-
mentioned in commit 230f8274
-
mentioned in commit f2fdc462
-
mentioned in commit 2a9cfa48
-
mentioned in commit 13d75d18
-
mentioned in commit 2c15b05e
-
mentioned in commit 0f35d932
-
mentioned in commit 3ca643a4
-
mentioned in commit 75956767
-
mentioned in commit 3290fd03
Please register or sign in to comment