Skip to content

Commit

Permalink
doc: add pgo talk
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Aug 18, 2024
1 parent 20b74fe commit 2c7c407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ Error handling includes two separate works: error values and error formatting. H
- [design/pgo](https://go.dev/design/55022-pgo) Proposal: profile-guided optimization
- [design/pgo-implementation](https://go.dev/design/55022-pgo-implementation) Design and Implementation of Profile-Guided Optimization (PGO) for Go
- [issue/62463](https://go.dev/issue/62463) cmd/compile: PGO opportunities umbrella issue
- [talk/pgo](https://www.youtube.com/watch?v=0GkRJQ1aUOI) Michael Pratt, Boost application performance with profile guided optimization, GopherConUK 2024
- **Toolchain Telemetry**
- [issue/58409](https://go.dev/issue/58409) telemetry in the Go toolchain
- [issue/58894](https://go.dev/issue/58894) all: add opt-in transparent telemetry to Go toolchain
Expand Down

0 comments on commit 2c7c407

Please sign in to comment.