aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test/testdata/pgo
AgeCommit message (Expand)Author
2025-04-02cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...Julia Lapenko
2024-03-27cmd/compile,cmd/preprofile: move logic to shared common packageMichael Pratt
2024-02-15cmd/compile: update the incorrect assignment of call site offset.Jin Lin
2024-01-31cmd/preprofile: Implement a tool to preprocess the PGO profile.Jin Lin
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2023-11-13cmd/compile: support lookup of functions from export dataMichael Pratt
2023-11-13cmd/compile: initial function value devirtualizationMichael Pratt
2023-10-13cmd/compile: lookup indirect callees from export data for devirtualizationMichael Pratt
2023-06-03cmd/compile/internal/devirtualize: devirtualize methods in other packages if...thepudds
2023-05-22cmd/compile: enable PGO-driven call devirtualizationMichael Pratt
2022-11-04cmd/compile/internal/pgo: match on call line offsetsMichael Pratt
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik