summaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi/funcdata.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang2021-04-221-0/+1
* cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang2020-10-301-3/+3
* cmd/compile: delete register maps, completelyCherry Zhang2020-10-301-8/+1
* runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen2020-09-081-1/+1
* cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang2020-05-061-0/+11
* cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements2020-04-291-2/+9
* cmd/compile: fix unsafe-points with stack mapsAustin Clements2020-04-291-0/+6
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-241-5/+6
* Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-161-6/+5
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-161-5/+6
* runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder2019-04-191-6/+7
* cmd/compile,runtime: implement stack objectsKeith Randall2018-10-031-0/+1
* cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements2018-05-221-0/+2
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-191-0/+25