Skip to content

Commit ed25a67

Browse files
committed
auto merge of #5468 : z0w0/rust/iluvdatjit, r=pcwalton
2 parents 6aa612a + 280b8a2 commit ed25a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_sched_loop.cpp

+1-1
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)