proc.c
79.7 KB
-
runtime: Don't create threads with a small stack. · 6c4ee063
We want to create goroutines with a small stack, at least on systems where split stacks are supported. We don't need to create threads with a small stack. From-SVN: r216353
Ian Lance Taylor committed