mirror of https://github.com/golang/go.git
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>
This commit is contained in:
parent
429a4041eb
commit
835a946137
|
|
@ -705,22 +705,13 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- https://go.dev/issue/49761 --><!-- CL 333529 -->
|
<p><!-- https://go.dev/issue/49761 --><!-- CL 333529 -->
|
||||||
The race detector has been upgraded to use thread sanitizer
|
The race detector has been upgraded to use thread sanitizer
|
||||||
version v3.
|
version v3. Compared to v2, it is now typically 1.5x to 2x
|
||||||
<ul>
|
faster, uses half as much memory, and it supports an unlimited
|
||||||
<li>
|
number of goroutines.
|
||||||
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>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 336549 -->
|
<p><!-- CL 336549 -->
|
||||||
The race detector is now supported on S390.
|
The race detector is now supported on <code>GOARCH=s390x</code>.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- runtime/race -->
|
</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>
|
<dl id="runtime/trace"><dt><a href="/pkg/runtime/trace/">runtime/trace</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 400795 -->
|
<p><!-- CL 400795 -->
|
||||||
When used together with the
|
When tracing and the
|
||||||
<a href="/pkg/runtime/pprof#StartCPUProfile">CPU profiler</a>, the
|
<a href="/pkg/runtime/pprof#StartCPUProfile">CPU profiler</a> are
|
||||||
execution trace includes CPU profile samples as instantaneous events.
|
enabled simultaneously, the execution trace includes CPU profile
|
||||||
|
samples as instantaneous events.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- runtime/trace -->
|
</dl><!-- runtime/trace -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue