Skip to content

Commit f0fc9c9

Browse files
committed
auto merge of #8425 : dim-an/rust/increase-stack-size, r=brson
2 parents 60f5011 + 980bcdd commit f0fc9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/rustc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
312312

313313
// XXX: This is a hack for newsched since it doesn't support split stacks.
314314
// rustc needs a lot of stack!
315-
static STACK_SIZE: uint = 4000000;
315+
static STACK_SIZE: uint = 6000000;
316316

317317
let (p, ch) = stream();
318318
let ch = SharedChan::new(ch);

0 commit comments

Comments
 (0)