aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2020-06-03 17:09:44 -0400
committerCherry Zhang <cherryyz@google.com>2020-06-05 15:35:53 +0000
commita38f29ad613a56b2ad5b3f109a404c06a7a92fed (patch)
tree2b77fe5104321681facbaa135ec5140e00b49144
parent4489f4bc846392e85973ae30e662bd0f3cefbd9b (diff)
downloadgo-a38f29ad613a56b2ad5b3f109a404c06a7a92fed.tar.gz
go-a38f29ad613a56b2ad5b3f109a404c06a7a92fed.zip
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 <joel@sing.id.au> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.15.html17
1 files 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.
<h3 id="android">Android</h3>
-<p> <!-- golang.org/cl/235017 golang.org/issue/38838 -->
- When linking binaries for Android, Go 1.15 explicitly selects
- the <code>lld</code> linker available in recent versions of the NDK.
- The <code>lld</code> linker avoids crashes on some devices, and is
- planned to become the default NDK linker in a future NDK version.
+<p> <!-- CL 235017, golang.org/issue/38838 -->
+ When linking binaries for Android, Go 1.15 explicitly selects
+ the <code>lld</code> linker available in recent versions of the NDK.
+ The <code>lld</code> linker avoids crashes on some devices, and is
+ planned to become the default NDK linker in a future NDK version.
</p>
<h3 id="openbsd">OpenBSD</h3>
@@ -80,8 +80,11 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="riscv">RISC-V</h3>
-<p>
-TODO
+<p> <!-- CL 226400, CL 226206, and others -->
+ There has been progress in improving the stability and performance
+ of the 64-bit RISC-V port on Linux (<code>GOOS=linux</code>,
+ <code>GOARCH=riscv64</code>). It also now supports asynchronous
+ preemption.
</p>
<h2 id="tools">Tools</h2>