summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2023-05-16 17:51:43 -0400
committerAustin Clements <austin@google.com>2023-05-17 22:11:31 +0000
commit0b86a04db011c44056688217e073ae380772b57b (patch)
tree636613bac35f8efe4e48929da270e4d1634663cb
parentc426c87012b5eb85b3974f1a959db6e84e55d740 (diff)
downloadgo-git-0b86a04db011c44056688217e073ae380772b57b.tar.gz
doc/go1.21: document that -pgo=auto enabled by default
Updates #58099. Change-Id: I95c0397add696f677c86ab7618482e07eb4e9fda Reviewed-on: https://go-review.googlesource.com/c/go/+/495477 Run-TryBot: Cherry Mui <cherryyz@google.com> Reviewed-by: Austin Clements <austin@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
-rw-r--r--doc/go1.21.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 421a509fea..66bf5470ba 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -52,8 +52,13 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="go-command">Go command</h3>
-<p>
- TODO: complete this section, or delete if not needed
+<p><-- https://go.dev/issue/58099, CL 474236 -->
+ The <code>-pgo</code> build flag now defaults to <code>-pgo=auto</code>,
+ and the restriction of specifying a single main package on the command
+ line is now removed. If a file named <code>default.pgo</code> is present
+ in the main package's directory, the <code>go</code> command will use
+ it to enable profile-guided optimization for building the corresponding
+ program.
</p>
<h2 id="runtime">Runtime</h2>