From: Austin Clements Date: Mon, 18 Jul 2016 15:33:43 +0000 (-0400) Subject: doc/go1.7.html: avoid term of art X-Git-Tag: go1.7rc3~1^2~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3ad586155bb8cd41fa0c0650a6b5feca871dfeed;p=gostls13.git doc/go1.7.html: avoid term of art Rather than saying "stop-the-world", say "garbage collection pauses". Change-Id: Ifb2931781ab3094e04bea93f01f18f1acb889bdc Reviewed-on: https://go-review.googlesource.com/25018 Reviewed-by: Brad Fitzpatrick Reviewed-by: Rob Pike --- diff --git a/doc/go1.7.html b/doc/go1.7.html index c1caa7132c..57ec6d93c4 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -377,9 +377,9 @@ packages.

-Stop-the-world times should be significantly lower for programs with -large numbers of idle goroutines, substantial stack size fluctuation, -or large package-level variables. +Garbage collection pauses should be significantly shorter than they +were in Go 1.6 for programs with large numbers of idle goroutines, +substantial stack size fluctuation, or large package-level variables.

Core library