diff --git a/doc/go1.15.html b/doc/go1.15.html index 93804a9d27f..6c4206d50b4 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.
- 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.
-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.