<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 -->
<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 -->