diff --git a/doc/go1.18.html b/doc/go1.18.html index 7e11f73820..ed32a93bc3 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -493,6 +493,14 @@ Do not send CLs removing the interior tags from such phrases.
+ The linker emits far fewer relocations.
+ 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 debug/gosym package
+ to transparently handle both old and new binaries.
+
The new linker -asan option supports the
new go command -asan option.