From 81033fbd8e414447049e356af382fa6ecca072ea Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 7 Jun 2022 13:10:32 -0400 Subject: [PATCH] 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 --- doc/go1.19.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index a39eaf79d5..37983f93b6 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -703,14 +703,23 @@ Do not send CLs removing the interior tags from such phrases.

The race detector has been upgraded to use thread sanitizer - 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. + version v3 on all supported platforms + except windows/amd64 + and openbsd/amd64, which remain on v2. + 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.

The race detector is now supported on GOARCH=s390x.

+ +

+ Race detector support for openbsd/amd64 has been + removed from thread sanitizer upstream, so it is unlikely to + ever be updated from v2. +

-- 2.48.1