]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/devirtualize/pgo.go
cmd/compile: initial function value devirtualization
[gostls13.git] / src / cmd / compile / internal / devirtualize / pgo.go
2023-11-13 Michael Prattcmd/compile: initial function value devirtualization
2023-11-02 Michael Prattcmd/compile: fix unstable selection of hottest edge
2023-10-05 Matthew Dempskycmd/compile/internal/ir: tweak a couple names
2023-09-19 Cherry Muicmd/compile: add pgohash for debugging/bisecting PGO...
2023-09-12 Michael Prattcmd/compile/internal/devirtualize: sort equal weight...
2023-08-22 Matthew Dempskycmd/compile/internal/types: overhaul and simplify API
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add selector helpers
2023-08-18 Matthew Dempskycmd/compile: remove some uses of ir.CurFunc
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: replace Temp calls...
2023-06-06 Cherry Muicmd/compile: check method name in PGO devirtualization
2023-06-06 Cherry Muicmd/compile: adjust PGO devirtualization diagnostic...
2023-06-03 thepuddscmd/compile/internal/devirtualize: devirtualize method...
2023-05-22 Michael Prattcmd/compile: enable PGO-driven call devirtualization