Skip to content

Commit 454981e

Browse files
committed
---
yaml --- r: 49434 b: refs/heads/master c: 280b8a2 h: refs/heads/master v: v3
1 parent ad6000f commit 454981e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9814d0d4128b07d4c40dc721c977f9216fd55e91
2+
refs/heads/master: 280b8a243ea5e40c6b1f85bd645ed7b12fb35022
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
55
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea

trunk/src/rt/rust_sched_loop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pthread_key_t rust_sched_loop::task_key;
1919
DWORD rust_sched_loop::task_key;
2020
#endif
2121

22-
const size_t C_STACK_SIZE = 1024*1024;
22+
const size_t C_STACK_SIZE = 2*1024*1024;
2323

2424
bool rust_sched_loop::tls_initialized = false;
2525

0 commit comments

Comments
 (0)