runtime: Don't create threads with a small stack.
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
Showing
Please
register
or
sign in
to comment