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 0be3bdb commit 9cf64e3Copy full SHA for 9cf64e3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 92113489893105d5432df2fd8f727fa2ca8cec51
+refs/heads/master: 7e8974305c42a3fc3bd6ff1aba1e55c215c42250
trunk/src/rt/rust_task.cpp
@@ -18,8 +18,8 @@
18
// The amount of extra space at the end of each stack segment, available
19
// to the rt, compiler and dynamic linker for running small functions
20
// FIXME: We want this to be 128 but need to slim the red zone calls down
21
-#define RZ_LINUX_32 (1024*2)
22
-#define RZ_LINUX_64 (1024*2)
+#define RZ_LINUX_32 (1024*20)
+#define RZ_LINUX_64 (1024*20)
23
#define RZ_MAC_32 (1024*20)
24
#define RZ_MAC_64 (1024*20)
25
#define RZ_WIN_32 (1024*20)
0 commit comments