runtime: start all threads with runtime.mstart
Putting the M initialization in multiple places will not scale.
Various code assumes mstart is the start already. Make it so.
LGTM, all.bash still works on FreeBSD. https://codereview.appspot.com/7420048/diff/2002/src/pkg/runtime/proc.c File src/pkg/runtime/proc.c (right): https://codereview.appspot.com/7420048/diff/2002/src/pkg/runtime/proc.c#newcode247 src/pkg/runtime/proc.c:247: { whitespace?
12 years, 4 months ago
(2013-03-01 16:38:03 UTC)
#3
*** Submitted as https://code.google.com/p/go/source/detail?r=d7e930713cc6 *** runtime: start all threads with runtime.mstart Putting the M initialization ...
12 years, 4 months ago
(2013-03-01 16:44:50 UTC)
#4
Issue 7420048: code review 7420048: runtime: start all threads with runtime.mstart
(Closed)
Created 12 years, 4 months ago by rsc
Modified 12 years, 4 months ago
Reviewers: akumar, minux1
Base URL:
Comments: 2