Change-Id: I12cad608448ddd17a5da2b1d1209007102d892a7
Reviewed-on: https://go-review.googlesource.com/c/go/+/383914
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
<h2 id="linker">Linker</h2>
+<p>
+ The linker emits <a href="https://tailscale.com/blog/go-linker/">far fewer relocations</a>.
+ As a result, most codebases will link faster, require less memory to link,
+ and generate smaller binaries.
+ Tools that process Go binaries should use Go 1.18's <code>debug/gosym</code> package
+ to transparently handle both old and new binaries.
+</p>
+
<p><!-- CL 298610 -->
The new linker <code>-asan</code> option supports the
new <code>go</code> command <code>-asan</code> option.