runtime: Don't create threads with a small stack.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Oct 2014 22:39:45 +0000 (22:39 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Oct 2014 22:39:45 +0000 (22:39 +0000)
commit6c4ee063a5a71786e43ecf39bcb15121c449b8c6
treebc80787210421ca1a94a7a639a8da61ddd21b35c
parente4c6530e821ba32c47802cecdb5817995a8b4027
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
libgo/runtime/proc.c