]> Cypherpunks repositories - gostls13.git/commit
runtime: eliminate GOMAXPROCS limit
authorAustin Clements <austin@google.com>
Tue, 13 Jun 2017 15:33:57 +0000 (11:33 -0400)
committerAustin Clements <austin@google.com>
Wed, 27 Sep 2017 16:29:12 +0000 (16:29 +0000)
commitee55000f6c45d2f5c38d91679def933fdf27c029
tree4ef776782447da40d426da04e900a28803f9d8bd
parent84d2c7ea835c238f466de64066b65614d1bc7dbe
runtime: eliminate GOMAXPROCS limit

Now that allp is dynamically allocated, there's no need for a hard cap
on GOMAXPROCS.

Fixes #15131.

Change-Id: I53eee8e228a711a818f7ebce8d9fd915b3865eed
Reviewed-on: https://go-review.googlesource.com/45574
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/debug.go
src/runtime/proc.go
src/runtime/runtime2.go