runtime: Don't create threads with a small stack.
commit7e5a203072753cddcdbc71ef6e0944a7cbfbf96a
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2014 22:39:45 +0000 (16 22:39 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2014 22:39:45 +0000 (16 22:39 +0000)
treebc80787210421ca1a94a7a639a8da61ddd21b35c
parent602d7a369202f89cd973a4f64834657290af8774
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216353 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/runtime/proc.c