Skip to content

Commit 37bd6df

Browse files
committed
Add ChangeLog entry
1 parent 05d0f8c commit 37bd6df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ See docs/process.md for how version tagging works.
1717

1818
Current Trunk
1919
-------------
20+
- Reduced program main thread stack size from 5MB to 512KB
21+
(-s TOTAL_STACK=512KB) to save WebAssembly heap memory by default.
22+
- Reduced default pthread stack size attribute from 2MB to 512KB
23+
(-s DEFAULT_PTHREAD_STACK_SIZE=512KB) to save memory by default.
2024
- All ports now install their headers into a shared directory under
2125
`EM_CACHE`. This should not really be a user visible change although one
2226
side effect is that once a give ports is built its headers are then

0 commit comments

Comments
 (0)