aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi/funcdata.go
AgeCommit message (Expand)Author
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29cmd/compile: fix unsafe-points with stack mapsAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-04-19runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky