aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-06-16 14:54:57 -0400
committerAustin Clements <austin@google.com>2020-06-17 00:18:55 +0000
commite25aa4fcea5a3ee5cfaf3e566c83d8a71166d4ab (patch)
treea69f5b952f1a4282287295b75eeb16cb0db15284 /doc
parent9ca2474fd274d7bce8da454d1a7da074e40944ad (diff)
downloadgo-e25aa4fcea5a3ee5cfaf3e566c83d8a71166d4ab.tar.gz
go-e25aa4fcea5a3ee5cfaf3e566c83d8a71166d4ab.zip
doc/go1.15: enumerate ELF-based OSes
Users don't necessarily know if their OS is ELF-based. For #37419. Change-Id: I4a4256c5f5eb34211729e1311582bb0e210f1f8d Reviewed-on: https://go-review.googlesource.com/c/go/+/238240 Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index df6acc80ee..33598a262d 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -313,7 +313,8 @@ Do not send CLs removing the interior tags from such phrases.
<p>
For a representative set of large Go programs, linking is 20% faster
and requires 30% less memory on average, for <code>ELF</code>-based
- OSes running on <code>amd64</code> architectures, with more modest
+ OSes (Linux, FreeBSD, NetBSD, OpenBSD, Dragonfly, and Solaris)
+ running on <code>amd64</code> architectures, with more modest
improvements for other architecture/OS combinations.
</p>