diff --git a/doc/go1.19.html b/doc/go1.19.html index 51b5a54e16..dbcee75ce6 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -71,6 +71,14 @@ Do not send CLs removing the interior tags from such phrases. TODO: complete this section, or delete if not needed
+ 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.
+ (GOARCH=amd64 and GOARCH=arm64 only)
+
TODO: complete this section, or delete if not needed
@@ -168,6 +176,26 @@ Do not send CLs removing the interior tags from such phrases. ++ The race detector has been updgraded to use thread sanitizer + version v3. +