]> Cypherpunks repositories - gostls13.git/commit
doc: tweak Go 1.6 GC release notes
authorAustin Clements <austin@google.com>
Sun, 14 Feb 2016 20:09:21 +0000 (15:09 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 16 Feb 2016 16:45:18 +0000 (16:45 +0000)
commit62fad436bbea35e46ab9a4615a5fe077f205e269
treeec693740a68979493625dde29d6b502149d07b70
parent18aefe9c194dc1a649386def050c1e6a245f9115
doc: tweak Go 1.6 GC release notes

Go 1.6 significantly improves pause times for large heaps, but it
improves them in many other situations as well, such as when goroutine
churn is high, allocation rate is high, or when there are many
finalizers. Hence, make the statement about pause times a bit more
general.

Change-Id: Ic034b1c904c39dd1d966ee7fa96ca8bbb3614e53
Reviewed-on: https://go-review.googlesource.com/19504
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.6.html