aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
diff options
context:
space:
mode:
authorRaj Barik <rajbarik@uber.com>2022-09-09 11:29:32 -0700
committerMichael Pratt <mpratt@google.com>2022-10-28 14:23:26 +0000
commit99862cd57dd9406180f238e8fa2fcc1d435fb163 (patch)
tree237c8c84a594eff60d06c1a65039d3403d23cdea /src/cmd/dist
parent537c4354cb9fdf8812c0448bd8f8a3b9f9ab1736 (diff)
downloadgo-99862cd57dd9406180f238e8fa2fcc1d435fb163.tar.xz
cmd/compile: Enables PGO in Go and performs profile-guided inlining
For #55022 Change-Id: I51f1ba166d5a66dcaf4b280756be4a6bf9545c5e Reviewed-on: https://go-review.googlesource.com/c/go/+/429863 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/cmd/dist')
-rw-r--r--src/cmd/dist/buildtool.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
index 2a4490b201..394a4168d2 100644
--- a/src/cmd/dist/buildtool.go
+++ b/src/cmd/dist/buildtool.go
@@ -66,6 +66,7 @@ var bootstrapDirs = []string{
"internal/goroot",
"internal/goversion",
"internal/pkgbits",
+ "internal/profile",
"internal/race",
"internal/saferio",
"internal/platform",