From a38f29ad613a56b2ad5b3f109a404c06a7a92fed Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Wed, 3 Jun 2020 17:09:44 -0400 Subject: [PATCH] doc/go1.15: add release notes for RISC-V port Change-Id: I35045925cca942980419829fe07e5e0f38cb7a91 Reviewed-on: https://go-review.googlesource.com/c/go/+/236338 Reviewed-by: Joel Sing Reviewed-by: Austin Clements Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index 93804a9d27..6c4206d50b 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -62,11 +62,11 @@ Do not send CLs removing the interior tags from such phrases.

Android

-

- When linking binaries for Android, Go 1.15 explicitly selects - the lld linker available in recent versions of the NDK. - The lld linker avoids crashes on some devices, and is - planned to become the default NDK linker in a future NDK version. +

+ When linking binaries for Android, Go 1.15 explicitly selects + the lld linker available in recent versions of the NDK. + The lld linker avoids crashes on some devices, and is + planned to become the default NDK linker in a future NDK version.

OpenBSD

@@ -80,8 +80,11 @@ Do not send CLs removing the interior tags from such phrases.

RISC-V

-

-TODO +

+ There has been progress in improving the stability and performance + of the 64-bit RISC-V port on Linux (GOOS=linux, + GOARCH=riscv64). It also now supports asynchronous + preemption.

Tools

-- 2.48.1