repo.or.cz
/
ruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
33909a1
)
wasm: increase the default Asyncify buffer size
author
Yuta Saito
<
[email protected]
>
Fri, 2 May 2025 16:47:29 +0000
(2 16:47 +0000)
committer
Yuta Saito
<
[email protected]
>
Fri, 2 May 2025 17:36:13 +0000
(3
01:36
+0800)
We will need more Asyncify space for the upcoming namespace changes
as it will introduce more local variables and conditional jumps in
asyncify'd functions.
wasm/setjmp.h
patch
|
blob
|
blame
|
history
diff --git
a/wasm/setjmp.h
b/wasm/setjmp.h
index
e65bfc0
..
82cfff1
100644
(file)
--- a/
wasm/setjmp.h
+++ b/
wasm/setjmp.h
@@
-5,7
+5,7
@@
#include <stdbool.h>
#ifndef WASM_SETJMP_STACK_BUFFER_SIZE
-# define WASM_SETJMP_STACK_BUFFER_SIZE
6144
+# define WASM_SETJMP_STACK_BUFFER_SIZE
8192
#endif
struct __rb_wasm_asyncify_jmp_buf {