File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -703,14 +703,23 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
703
703
< dd >
704
704
< p > <!-- https://go.dev/issue/49761 --> <!-- CL 333529 -->
705
705
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.
709
712
</ p >
710
713
711
714
< p > <!-- CL 336549 -->
712
715
The race detector is now supported on < code > GOARCH=s390x</ code > .
713
716
</ 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 >
714
723
</ dd >
715
724
</ dl > <!-- runtime/race -->
716
725
You can’t perform that action at this time.
0 commit comments