We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38133 commit 7a64986Copy full SHA for 7a64986
src/rt/rust_task.cpp
@@ -16,8 +16,8 @@
16
// The amount of extra space at the end of each stack segment, available
17
// to the rt, compiler and dynamic linker for running small functions
18
// FIXME: We want this to be 128 but need to slim the red zone calls down
19
-#define RZ_LINUX_32 (1024*4)
20
-#define RZ_LINUX_64 (1024*4)
+#define RZ_LINUX_32 (1024*2)
+#define RZ_LINUX_64 (1024*2)
21
#define RZ_MAC_32 (1024*20)
22
#define RZ_MAC_64 (1024*20)
23
#define RZ_WIN_32 (1024*20)
0 commit comments