index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
test
/
testdata
/
pgo
Age
Commit message (
Expand
)
Author
2025-04-02
cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...
Julia Lapenko
2024-03-27
cmd/compile,cmd/preprofile: move logic to shared common package
Michael Pratt
2024-02-15
cmd/compile: update the incorrect assignment of call site offset.
Jin Lin
2024-01-31
cmd/preprofile: Implement a tool to preprocess the PGO profile.
Jin Lin
2024-01-22
Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."
Michael Pratt
2024-01-22
cmd/preprofile: Add preprocess tool to pre-parse the profile file.
Jin Lin
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
2023-11-13
cmd/compile: initial function value devirtualization
Michael Pratt
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-06-03
cmd/compile/internal/devirtualize: devirtualize methods in other packages if...
thepudds
2023-05-22
cmd/compile: enable PGO-driven call devirtualization
Michael Pratt
2022-11-04
cmd/compile/internal/pgo: match on call line offsets
Michael Pratt
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik