]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/test/pgo_inl_test.go
cmd/compile: rework TestPGOHash to not rebuild dependencies
[gostls13.git] / src / cmd / compile / internal / test / pgo_inl_test.go
2023-10-27 Cherry Muicmd/compile: rework TestPGOHash to not rebuild dependencies
2023-09-19 Cherry Muicmd/compile: add pgohash for debugging/bisecting PGO...
2023-02-10 Frederic Branczykcmd/compile/internal/pgo: fix hard-coded PGO sample...
2023-02-08 Michael PrattRevert "cmd/compile/internal/pgo: fix hard-coded PGO...
2023-02-08 Frederic Branczykcmd/compile/internal/pgo: fix hard-coded PGO sample...
2022-11-15 Bryan C. Millscmd/compile: use testenv.Command instead of exec.Comman...
2022-11-10 Cherry Muicmd/compile: adjust PGO inlining default parameters
2022-11-04 Michael Prattcmd/compile/internal/pgo: match on call line offsets
2022-10-31 Michael Prattcmd/compile/internal/test: clean up TestPGOIntendedInlining
2022-10-28 Raj Barikcmd/compile: Enables PGO in Go and performs profile...