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 c5b4969 commit ee3026dCopy full SHA for ee3026d
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6aa612a909a9df24dacc8468a4a1a68b6484dab7
+refs/heads/master: ed25a674ac6bc53c9ee9f8c1cce21541f6811d4b
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