aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/deadcode.go
AgeCommit message (Expand)Author
2016-03-29cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse
2016-03-23cmd/link, reflect: remove some method type dataDavid Crawshaw
2016-03-23cmd/link: Clean up Pcln structShahar Kohanim
2016-03-15cmd/compile: compute second method type at runtimeDavid Crawshaw
2016-03-15cmd/link: when pruning methods also prune funcTypeDavid Crawshaw
2016-03-11cmd/link: treat reflect.Value.Method like CallDavid Crawshaw
2016-03-11cmd/compile: track reflect.Type.Method in deadcodeDavid Crawshaw
2016-03-09cmd/link: prune unused methodsDavid Crawshaw