]> Cypherpunks repositories - gostls13.git/commit
runtime: dynamically allocate allp
authorAustin Clements <austin@google.com>
Tue, 13 Jun 2017 15:32:17 +0000 (11:32 -0400)
committerAustin Clements <austin@google.com>
Wed, 27 Sep 2017 16:29:09 +0000 (16:29 +0000)
commit84d2c7ea835c238f466de64066b65614d1bc7dbe
tree79a73176bd18bb496e8505afdcd848b1c1c0b044
parent197f9ba11d4559cbd19350ca652da7881f4b273f
runtime: dynamically allocate allp

This makes it possible to eliminate the hard cap on GOMAXPROCS.

Updates #15131.

Change-Id: I4c422b340791621584c118a6be1b38e8a44f8b70
Reviewed-on: https://go-review.googlesource.com/45573
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/mstats.go
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/trace.go