From 835a94613703bb856ea4d16f05c116399c4b2fc9 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 6 Jun 2022 15:07:16 -0400 Subject: [PATCH] doc/go1.19: minor edits For #51400 Change-Id: I57565c1d79e0c5487d39d46f556b247d35f05d3c Reviewed-on: https://go-review.googlesource.com/c/go/+/410674 Reviewed-by: Cherry Mui Reviewed-by: Keith Randall --- doc/go1.19.html | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 42494c203e..62129160c5 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -705,22 +705,13 @@ Do not send CLs removing the interior tags from such phrases.

The race detector has been upgraded to use thread sanitizer - version v3. -

    -
  • - Faster (typically 1.5 to 2 times faster) -
  • -
  • - Uses less memory (typically 1/2 as much) -
  • -
  • - Supports unlimited numbers of goroutines -
  • -
+ 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.

- The race detector is now supported on S390. + The race detector is now supported on GOARCH=s390x.

@@ -728,9 +719,10 @@ Do not send CLs removing the interior tags from such phrases.
runtime/trace

- When used together with the - CPU profiler, the - execution trace includes CPU profile samples as instantaneous events. + When tracing and the + CPU profiler are + enabled simultaneously, the execution trace includes CPU profile + samples as instantaneous events.

-- 2.48.1