From: Austin Clements Date: Tue, 16 Jun 2020 18:54:57 +0000 (-0400) Subject: doc/go1.15: enumerate ELF-based OSes X-Git-Tag: go1.15rc1~94 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e25aa4fcea5a3ee5cfaf3e566c83d8a71166d4ab;p=gostls13.git 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 --- 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.

For a representative set of large Go programs, linking is 20% faster and requires 30% less memory on average, for ELF-based - OSes running on amd64 architectures, with more modest + OSes (Linux, FreeBSD, NetBSD, OpenBSD, Dragonfly, and Solaris) + running on amd64 architectures, with more modest improvements for other architecture/OS combinations.