mirror of
https://github.com/golang/go
synced 2024-11-23 07:20:06 -07:00
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 <bradfitz@golang.org> Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
d66cbec37a
commit
3ad586155b
@ -377,9 +377,9 @@ packages.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Stop-the-world times should be significantly lower for programs with
|
Garbage collection pauses should be significantly shorter than they
|
||||||
large numbers of idle goroutines, substantial stack size fluctuation,
|
were in Go 1.6 for programs with large numbers of idle goroutines,
|
||||||
or large package-level variables.
|
substantial stack size fluctuation, or large package-level variables.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="library">Core library</h2>
|
<h2 id="library">Core library</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user