]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add release notes for PGO improvements
authorMichael Pratt <mpratt@google.com>
Mon, 4 Dec 2023 18:31:21 +0000 (13:31 -0500)
committerMichael Pratt <mpratt@google.com>
Mon, 4 Dec 2023 19:27:31 +0000 (19:27 +0000)
For #61577.
For #61422.

Change-Id: I575bf657fb36bd7103c73620bb2371d0f490af20
Reviewed-on: https://go-review.googlesource.com/c/go/+/546935
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/go1.22.html

index 7ffe4348212468351c0aad1e0042f88c33a065ff..4c180fd653d578ab56ab0186a65eebe4bdecaf47 100644 (file)
@@ -124,7 +124,14 @@ Do not send CLs removing the interior tags from such phrases.
 <h2 id="compiler">Compiler</h2>
 
 <p>
-  TODO: complete this section, or delete if not needed
+  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.
+  Most programs from a representative set of Go programs now see between 2 and
+  14% improvement from enabling PGO.
 </p>
 
 <h2 id="linker">Linker</h2>