mirror of https://github.com/golang/go.git
doc: remove relnote TODO by merging with another section
This change was already described in the linker section. Change-Id: I3e36dbd66b3b53c5f0063b0d67d8773383f1f77f Reviewed-on: https://go-review.googlesource.com/c/go/+/499817 Auto-Submit: Eli Bendersky <eliben@google.com> Reviewed-by: Eli Bendersky <eliben@google.com> TryBot-Bypass: Eli Bendersky <eliben@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
990113f3a0
commit
691b6ca3de
|
|
@ -277,11 +277,6 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
such as inlining the callee.
|
||||
</p>
|
||||
|
||||
<!-- CL 461315 -->
|
||||
<p>
|
||||
<!-- cmd/compile: enable deadcode of unreferenced large global maps -->
|
||||
</p>
|
||||
|
||||
<p>
|
||||
TODO: complete this section, or delete if not needed
|
||||
</p>
|
||||
|
|
@ -305,7 +300,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
<p>
|
||||
<!-- cmd/link: generate .xdata PE section -->
|
||||
</p>
|
||||
<!-- CL 463395 -->
|
||||
<!-- CL 463395, CL 461315 -->
|
||||
<p>
|
||||
In Go 1.21 the linker (with help from the compiler) is now capable of
|
||||
deleting dead (unreferenced) global map variables, if the number of
|
||||
|
|
|
|||
Loading…
Reference in New Issue