aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi/funcdata.go
AgeCommit message (Expand)Author
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2020-10-30cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
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