]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.22: remove compiler TODO
authorMichael Pratt <mpratt@google.com>
Mon, 11 Dec 2023 20:55:17 +0000 (15:55 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 11 Dec 2023 21:37:48 +0000 (21:37 +0000)
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>
doc/go1.22.html

index b9286f7898e035a131fe5616ed1494b0d2c54ae7..f21c774ef13777d8a876bc07d3adab29cc4b05cf 100644 (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.