Skip to content

Commit

Permalink
doc/go1.15: enumerate ELF-based OSes
Browse files Browse the repository at this point in the history
Users don't necessarily know if their OS is ELF-based.

For golang#37419.

Change-Id: I4a4256c5f5eb34211729e1311582bb0e210f1f8d
Reviewed-on: https://go-review.googlesource.com/c/go/+/238240
Reviewed-by: Than McIntosh <[email protected]>
  • Loading branch information
aclements committed Jun 17, 2020
1 parent 9ca2474 commit e25aa4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/go1.15.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ <h2 id="linker">Linker</h2>
<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>

Expand Down

0 comments on commit e25aa4f

Please sign in to comment.