auto merge of #5468 : z0w0/rust/iluvdatjit, r=pcwalton
This commit is contained in:
commit
ed25a674ac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pthread_key_t rust_sched_loop::task_key;
|
|||
DWORD rust_sched_loop::task_key;
|
||||
#endif
|
||||
|
||||
const size_t C_STACK_SIZE = 1024*1024;
|
||||
const size_t C_STACK_SIZE = 2*1024*1024;
|
||||
|
||||
bool rust_sched_loop::tls_initialized = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue