aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2022-06-06 15:07:16 -0400
committerAustin Clements <austin@google.com>2022-06-07 16:57:52 +0000
commit835a94613703bb856ea4d16f05c116399c4b2fc9 (patch)
treed15f61a9135e86e76e68a884e0659cd043973af5
parent429a4041eb2657fad8870cad5662202f3bd0eeb6 (diff)
downloadgo-835a94613703bb856ea4d16f05c116399c4b2fc9.tar.gz
go-835a94613703bb856ea4d16f05c116399c4b2fc9.zip
doc/go1.19: minor edits
For #51400 Change-Id: I57565c1d79e0c5487d39d46f556b247d35f05d3c Reviewed-on: https://go-review.googlesource.com/c/go/+/410674 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Keith Randall <khr@golang.org>
-rw-r--r--doc/go1.19.html24
1 files changed, 8 insertions, 16 deletions
diff --git a/doc/go1.19.html b/doc/go1.19.html
index 42494c203e..62129160c5 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -705,22 +705,13 @@ Do not send CLs removing the interior tags from such phrases.
<dd>
<p><!-- https://go.dev/issue/49761 --><!-- CL 333529 -->
The race detector has been upgraded to use thread sanitizer
- version v3.
- <ul>
- <li>
- Faster (typically 1.5 to 2 times faster)
- </li>
- <li>
- Uses less memory (typically 1/2 as much)
- </li>
- <li>
- Supports unlimited numbers of goroutines
- </li>
- </ul>
+ version v3. Compared to v2, it is now typically 1.5x to 2x
+ faster, uses half as much memory, and it supports an unlimited
+ number of goroutines.
</p>
<p><!-- CL 336549 -->
- The race detector is now supported on S390.
+ The race detector is now supported on <code>GOARCH=s390x</code>.
</p>
</dd>
</dl><!-- runtime/race -->
@@ -728,9 +719,10 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="runtime/trace"><dt><a href="/pkg/runtime/trace/">runtime/trace</a></dt>
<dd>
<p><!-- CL 400795 -->
- When used together with the
- <a href="/pkg/runtime/pprof#StartCPUProfile">CPU profiler</a>, the
- execution trace includes CPU profile samples as instantaneous events.
+ When tracing and the
+ <a href="/pkg/runtime/pprof#StartCPUProfile">CPU profiler</a> are
+ enabled simultaneously, the execution trace includes CPU profile
+ samples as instantaneous events.
</p>
</dd>
</dl><!-- runtime/trace -->