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
/
link
/
internal
/
ld
/
deadcode.go
Age
Commit message (
Expand
)
Author
2026-03-24
internal/abi, cmd/link: centralize type descriptor size calculation
Jake Bailey
2026-03-24
internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order
Jake Bailey
2025-07-30
all: remove redundant Swiss prefixes
Michael Pratt
2025-07-30
all: remove GOEXPERIMENT=swissmap
Michael Pratt
2024-11-17
internal/runtime/maps: eliminate a load from the hot path
Keith Randall
2024-11-07
cmd/internal/objabi, cmd/link: introduce SymKind helper methods
Russ Cox
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-08-09
cmd/compile: add basic wasmexport support
Cherry Mui
2024-08-02
all: split old and swiss map abi and compiler integration
Michael Pratt
2024-06-07
cmd/link: don't include deadcoded function symbols in shared build mode
Cherry Mui
2024-04-02
internal/abi: clean up type of Kind and Type.Kind_
Austin Clements
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-02-08
cmd/compile: move runtime.itab to internal/abi.ITab
Keith Randall
2023-09-20
cmd/link, runtime: initialize packages in shared build mode
Cherry Mui
2023-09-07
cmd/link: avoid deadcode of global map vars for programs using plugins
Than McIntosh
2023-09-01
cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.
Dominique Lefevre
2023-09-01
cmd/link: remove special cases for Method() and MethodByName().
Dominique Lefevre
2023-05-19
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-05-19
cmd/link: add ReflectMethod flag to -dumpdep output
Alessandro Arzilli
2023-05-02
cmd/link: remove allocation in decoding type name
Cherry Mui
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
2023-03-09
Revert "cmd/link: establish dependable package initialization order"
Keith Randall
2023-03-03
cmd/link: establish dependable package initialization order
Keith Randall
2023-02-06
cmd/link: linker portion of dead map removal
Than McIntosh
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-16
cmd/link: mark unexported methods for plugins
Cherry Mui
2021-12-07
cmd/link, cmd/go: make version info easier to extract
Russ Cox
2021-10-25
cmd/compile,cmd/link: introduce generic interface call relocations
Keith Randall
2021-10-13
cmd/link: disable weak reference in itab if build with "-linkshared"
zhouguangyuan
2021-09-22
cmd/compile, cmd/link: avoid ABI aliases
Cherry Mui
2021-08-09
[dev.typeparams] cmd/compile: use types2.Constraint() rather than types2.Bound()
Dan Scales
2021-05-13
cmd/link: always mark runtime.unreachableMethod symbol
Cherry Mui
2021-04-16
internal/buildcfg: move build configuration out of cmd/internal/objabi
Russ Cox
2021-04-13
cmd/link: build dynexp symbol list directly
Austin Clements
2021-03-24
cmd/compile, cmd/link: use weak reference in itab
Cherry Zhang
2021-03-18
cmd: move experiment flags into objabi.Experiment
Austin Clements
2021-03-15
cmd/link/internal/ld: fix typo in a comment
Tao Qingyun
2021-03-08
cmd/link/internal/ld: fix typo in a comment
Brad Fitzpatrick
2021-03-05
cmd/internal/objabi: use a separate bit to mark weak relocation
Cherry Zhang
2021-02-26
cmd/link: handle types as converted to interface when dynlink
Cherry Zhang
2021-02-19
cmd/link: add debug print in deadcode
Russ Cox
2021-02-02
cmd/link: don't decode type symbol in shared library in deadcode
Cherry Zhang
2020-10-12
cmd/link: always mark runtime.buildVersion and runtime.modinfo reachable
Cherry Zhang
2020-09-29
cmd/link: retain only used interface methods
Cherry Zhang
2020-09-28
cmd/link: consider interface conversions only in reachable code
Cherry Zhang
2020-09-18
cmd/link: don't mark a symbol's GoType reachable when -linkshared
Cherry Zhang
2020-09-18
cmd/link: propagate UsedInIface through method descriptor
Cherry Zhang
2020-09-11
cmd/link: record only the first occurance in Reachparent graph
Cherry Zhang
2020-08-11
[dev.link] cmd: remove "2", another round
Cherry Zhang
[next]