From: Russ Cox Date: Fri, 5 Jun 2015 04:37:29 +0000 (-0400) Subject: doc/go1.5.txt: GOMAXPROCS change X-Git-Tag: go1.5beta1~347 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a7f258e76c1073ca70a7a2216e923608e521fb66;p=gostls13.git doc/go1.5.txt: GOMAXPROCS change Change-Id: I5c991cad38c9e2c839314a56d3415a2aa09c1561 Reviewed-on: https://go-review.googlesource.com/10762 Reviewed-by: Russ Cox --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 450efa7912..eb70529d51 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -4,6 +4,7 @@ Overall: - go tool asm, go tool compile, go tool link - default output files changed: now file.o and a.out - internal enforced even outside standard library (golang.org/s/go14internal; https://golang.org/cl/9156) +- gomaxprocs=numcpu (golang.org/s/go15gomaxprocs) Language: - permit omission of key type in map composite literals where key is a composite literal (https://golang.org/cl/2591)