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
/
pgo
Age
Commit message (
Expand
)
Author
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-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-11-27
all: fix field names
cui fliter
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
2023-10-13
cmd/compile/internal/pgo: readability refactor
Michael Pratt
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-09-13
cmd/compile/internal/pgo: remove stale comment
Michael Pratt
2023-08-24
cmd/compile/internal: fix receiver names are different
cui fliter
2023-08-11
cmd/compile: cleanup ir.Package
Matthew Dempsky
2023-05-22
cmd/compile: enable PGO-driven call devirtualization
Michael Pratt
2023-05-12
cmd/compile: remove post-inlining PGO graph dump
Michael Pratt
2023-05-12
cmd/compile/internal/pgo: remove node weights from IRNode
Michael Pratt
2023-05-11
cmd/compile/internal/pgo/internal/graph: delete dead code
Michael Pratt
2023-05-11
cmd/compile/internal/pgo: move pprof graph to internal package
Michael Pratt
2023-05-11
cmd/compile: remove "WORK IN PROGRESS" from package pgo
Michael Pratt
2023-04-28
cmd/compile: escape package path for PGO symbol matching
Michael Pratt
2023-03-09
cmd/compile: report profile open/parse errors
Michael Pratt
2023-03-01
cmd/compile/internal/pgo: drop unused 'recursive' argument
Michael Pratt
2023-02-27
cmd/compile/internal/pgo: fix RedirectEdges
Xiangdong Ji
2023-02-10
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-08
Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"
Michael Pratt
2023-02-08
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-01-23
cmd/compile/internal/pgo: gofmt and simplify
Koichi Shiraishi
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-09
cmd/compile/internal/pgo: add hint to missing start_line error
Michael Pratt
2022-11-17
cmd/compile/internal/pgo: count only the last two frames as a call edge
Cherry Mui
2022-11-08
cmd/compile/internal/pgo: allow and ignore profiles with no sample
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: use a slice for locations
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: match on call line offsets
Michael Pratt
2022-11-04
cmd/compile/internal/pgo: check repeated edge only when node is seen
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: use slices for in/out edges
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: remove some unused fields
Cherry Mui
2022-11-04
cmd/compile/internal/pgo: remove label handling
Cherry Mui
2022-11-02
cmd/compile: use edge weights to decide inlineability in PGO
Cherry Mui
2022-11-01
cmd/compile/internal/pgo: remove ListOfHotCallSites
Michael Pratt
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
2022-10-31
cmd/compile/internal/pgo: remove ConvertLine2Int
Michael Pratt
2022-10-28
cmd/compile: Enables PGO in Go and performs profile-guided inlining
Raj Barik