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 ad6000f commit 454981eCopy full SHA for 454981e
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 9814d0d4128b07d4c40dc721c977f9216fd55e91
+refs/heads/master: 280b8a243ea5e40c6b1f85bd645ed7b12fb35022
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
trunk/src/rt/rust_sched_loop.cpp
@@ -19,7 +19,7 @@ pthread_key_t rust_sched_loop::task_key;
19
DWORD rust_sched_loop::task_key;
20
#endif
21
22
-const size_t C_STACK_SIZE = 1024*1024;
+const size_t C_STACK_SIZE = 2*1024*1024;
23
24
bool rust_sched_loop::tls_initialized = false;
25
0 commit comments