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
/
devirtualize
Age
Commit message (
Expand
)
Author
2026-03-30
cmd/compile/internal/devirtualize: improve debug logs
Mateusz Poliwczak
2026-03-30
cmd/compile/internal/devirtualize: use pointer identity for type comparison
Mateusz Poliwczak
2025-11-21
cmd/compile/internal/devirtualize: fix typos
Jes Cok
2025-10-14
cmd/compile/internal/devirtualize: do not track assignments to non-PAUTO
Mateusz Poliwczak
2025-10-14
cmd/compile/internal/devirtualize: use FatalfAt instead of Fatalf where possible
Mateusz Poliwczak
2025-10-14
cmd/compile/internal/devirtualize: fix OCONVNOP assertion
Mateusz Poliwczak
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-04-02
cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...
Julia Lapenko
2024-09-17
runtime: move getclosureptr to internal/runtime/sys
Michael Pratt
2024-08-19
all: remove duplicated words in comments
Oleksandr Redko
2024-06-12
cmd/compile/internal: add a PGO devirt post-lookup cleanup hook
Than McIntosh
2024-05-20
cmd/compile: add structs.HostLayout
David Chase
2024-03-27
cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir
Michael Pratt
2024-03-27
cmd/compile,cmd/preprofile: move logic to shared common package
Michael Pratt
2024-02-06
cmd/compile: add missing colon in debug log
Michael Pratt
2023-11-20
cmd/compile/internal/devirtualize: use CallExpr.GoDefer for PGO
Matthew Dempsky
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-20
cmd/compile/internal/ir: add CallExpr.GoDefer
Matthew Dempsky
2023-11-16
cmd/compile: allow disable of PGO function value devirtualization with flag
Michael Pratt
2023-11-16
cmd/compile: don't devirtualize calls to runtime.memhash_varlen
Michael Pratt
2023-11-13
cmd/compile: initial function value devirtualization
Michael Pratt
2023-11-02
cmd/compile: fix unstable selection of hottest edge
Michael Pratt
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-09-19
cmd/compile: add pgohash for debugging/bisecting PGO optimizations
Cherry Mui
2023-09-12
cmd/compile/internal/devirtualize: sort equal weight CallStat.Hottest by name
Michael Pratt
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-21
cmd/compile: do some TODOs about Fatalf
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: add selector helpers
Matthew Dempsky
2023-08-18
cmd/compile: remove some uses of ir.CurFunc
Matthew Dempsky
2023-08-18
cmd/compile/internal/typecheck: replace Temp calls with TempAt
Matthew Dempsky
2023-06-29
cmd/{go,compile}: run gofmt
Than McIntosh
2023-06-06
cmd/compile: check method name in PGO devirtualization
Cherry Mui
2023-06-06
cmd/compile: adjust PGO devirtualization diagnostic message
Cherry Mui
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
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2022-12-14
cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualization
Matthew Dempsky
2022-09-06
cmd/compile: do not devirtualize defer/go calls
Cuong Manh Le
2022-08-18
cmd/compile: fix devirtualization bug with unified IR
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2020-12-25
[dev.regabi] cmd/compile: cleanup devirtualization docs
Matthew Dempsky
2020-12-25
[dev.regabi] cmd/compile: new devirtualization pkg [generated]
Matthew Dempsky