mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
wasm: increase the default Asyncify buffer size
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.
This commit is contained in:
parent
33909a1c69
commit
186022d13f
Notes:
git
2025-05-02 17:36:30 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifndef WASM_SETJMP_STACK_BUFFER_SIZE
|
#ifndef WASM_SETJMP_STACK_BUFFER_SIZE
|
||||||
# define WASM_SETJMP_STACK_BUFFER_SIZE 6144
|
# define WASM_SETJMP_STACK_BUFFER_SIZE 8192
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct __rb_wasm_asyncify_jmp_buf {
|
struct __rb_wasm_asyncify_jmp_buf {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue