diff --git a/doc/go1.19.html b/doc/go1.19.html index dbcee75ce6..0c55a7eac2 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -76,7 +76,8 @@ Do not send CLs removing the interior tags from such phrases. The compiler now uses a jump table to implement large integer and string switch statements. - Performance improvements vary but can be on the order of 20% faster. + Performance improvements for the switch statement vary but can be + on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only)