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 b5c7997 commit cd38133Copy full SHA for cd38133
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*20)
20
-#define RZ_LINUX_64 (1024*20)
+#define RZ_LINUX_32 (1024*4)
+#define RZ_LINUX_64 (1024*4)
21
#define RZ_MAC_32 (1024*20)
22
#define RZ_MAC_64 (1024*20)
23
#define RZ_WIN_32 (1024*20)
0 commit comments