auto merge of #8425 : dim-an/rust/increase-stack-size, r=brson

This commit is contained in:
bors 2013-08-10 01:20:14 -07:00
commit f0fc9c92ff

View File

@ -312,7 +312,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
// XXX: This is a hack for newsched since it doesn't support split stacks.
// rustc needs a lot of stack!
static STACK_SIZE: uint = 4000000;
static STACK_SIZE: uint = 6000000;
let (p, ch) = stream();
let ch = SharedChan::new(ch);