r216353 - /trunk/libgo/runtime/proc.c
ian@gcc.gnu.org
ian@gcc.gnu.org
Thu Oct 16 22:39:00 GMT 2014
Author: ian
Date: Thu Oct 16 22:39:45 2014
New Revision: 216353
URL: https://gcc.gnu.org/viewcvs?rev=216353&root=gcc&view=rev
Log:
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.
Modified:
trunk/libgo/runtime/proc.c
More information about the Gcc-cvs
mailing list