1
0
mirror of https://github.com/golang/go synced 2024-09-29 07:14:29 -06:00

doc/go1.22: remove compiler TODO

For #61422.

Change-Id: Id4eed9affde20857d6b60c0b6d7d1443ea5e460b
Reviewed-on: https://go-review.googlesource.com/c/go/+/548938
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Michael Pratt 2023-12-11 15:55:17 -05:00 committed by Gopher Robot
parent d0ed476f3e
commit c22781cb33

View File

@ -212,10 +212,6 @@ defer func() {
<h2 id="compiler">Compiler</h2>
<p>
TODO: complete this section.
</p>
<p><!-- https://go.dev/issue/61577 -->
<a href="https://go.dev/doc/pgo">Profile-guided Optimization (PGO)</a> builds
can now devirtualize a higher proportion of calls than previously possible.