]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: enumerate ELF-based OSes
authorAustin Clements <austin@google.com>
Tue, 16 Jun 2020 18:54:57 +0000 (14:54 -0400)
committerAustin Clements <austin@google.com>
Wed, 17 Jun 2020 00:18:55 +0000 (00:18 +0000)
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>
doc/go1.15.html

index df6acc80ee57b59ca0d16b67b2e914082acb2232..33598a262dc52854575e4d9a14760c9ce7455b93 100644 (file)
@@ -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>