From: Austin Clements Date: Wed, 8 Jun 2022 16:06:01 +0000 (-0400) Subject: doc/go1.19: minor edits X-Git-Tag: go1.19rc1~130 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c5be77b687369783ed8a109482452c7811f7803c;p=gostls13.git doc/go1.19: minor edits For #51400 Change-Id: Ia5289dad84fb63ca6f16a40f076b5ef10511f6b0 Reviewed-on: https://go-review.googlesource.com/c/go/+/411116 Reviewed-by: David Chase Reviewed-by: Cherry Mui --- 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.

Ports

+

Loongson 64-bit

- 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). +

+ +

RISC-V

+

+ The riscv64 port now supports passing function arguments + and result using registers. Benchmarking shows typical performance + improvements of 10% or more on riscv64.

Tools

@@ -116,7 +125,7 @@ as well as support for rendering them to HTML, Markdown, and text.

Vet

-

: +

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