You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was always my intention with #18191 but somehow it got left out. I
think it makes sense that user to override `STACK_SIZE` also, by
default, override the pthread stack size. Such users can always
explicitly set the pthread stack size if they don't want this behaviour.
See #18472
Copy file name to clipboardExpand all lines: emcc.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1627,6 +1627,8 @@ def setup_pthreads(target):
1627
1627
ifsettings.ALLOW_MEMORY_GROWTH:
1628
1628
diagnostics.warning('pthreads-mem-growth', 'USE_PTHREADS + ALLOW_MEMORY_GROWTH may run non-wasm code slowly, see https://github.com/WebAssembly/design/issues/1271')
0 commit comments