diff --git a/doc/go1.19.html b/doc/go1.19.html index df42a427ff..727873890b 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -44,8 +44,17 @@ Do not send CLs removing the interior tags from such phrases.
- Go 1.19 supports the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64).
+ Go 1.19 adds support for the Loongson 64-bit architecture LoongArch
+ on Linux (GOOS=linux, GOARCH=loong64).
+
+ The riscv64 port now supports passing function arguments
+ and result using registers. Benchmarking shows typical performance
+ improvements of 10% or more on riscv64.
: +
The vet checker “errorsas” now reports when
errors.As is called
with a second argument of type *error,
@@ -217,11 +226,6 @@ as well as support for rendering them to HTML, Markdown, and text.
on the order of 20% faster.
(GOARCH=amd64 and GOARCH=arm64 only)
- The riscv64 port now supports passing function arguments
- and result using registers. Benchmarking shows typical performance
- improvements of 10% or more on riscv64.
-
The Go compiler now requires the -p=importpath flag to
build a linkable object file. This is already supplied by