auto merge of : z0w0/rust/iluvdatjit, r=pcwalton

This commit is contained in:
bors 2013-03-21 12:55:01 -07:00
commit ed25a674ac

@ -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;