Skip to content

Commit 81033fb

Browse files
committed
doc/go1.19: some platforms are still on TSAN v2
For #51400 Change-Id: Ie6d6ac773aa81b105e15ef7399374f574197d775 Reviewed-on: https://go-review.googlesource.com/c/go/+/410817 Reviewed-by: Cherry Mui <[email protected]>
1 parent 0c3a054 commit 81033fb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

doc/go1.19.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,14 +703,23 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
703703
<dd>
704704
<p><!-- https://go.dev/issue/49761 --><!-- CL 333529 -->
705705
The race detector has been upgraded to use thread sanitizer
706-
version v3. Compared to v2, it is now typically 1.5x to 2x
707-
faster, uses half as much memory, and it supports an unlimited
708-
number of goroutines.
706+
version v3 on all supported platforms
707+
except <code>windows/amd64</code>
708+
and <code>openbsd/amd64</code>, which remain on v2.
709+
Compared to v2, it is now typically 1.5x to 2x faster, uses half
710+
as much memory, and it supports an unlimited number of
711+
goroutines.
709712
</p>
710713

711714
<p><!-- CL 336549 -->
712715
The race detector is now supported on <code>GOARCH=s390x</code>.
713716
</p>
717+
718+
<p><!-- https://go.dev/issue/52090 -->
719+
Race detector support for <code>openbsd/amd64</code> has been
720+
removed from thread sanitizer upstream, so it is unlikely to
721+
ever be updated from v2.
722+
</p>
714723
</dd>
715724
</dl><!-- runtime/race -->
716725

0 commit comments

Comments
 (0)