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
/
devirtualize.go
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
2024-08-19
all: remove duplicated words in comments
Oleksandr Redko
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-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
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-06-29
cmd/{go,compile}: run gofmt
Than McIntosh
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