mirror of
https://github.com/golang/go
synced 2024-11-26 02:47:58 -07:00
doc: add release notes for PGO improvements
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>
This commit is contained in:
parent
1926a0b573
commit
818de275c0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user