aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/funcdata.h
AgeCommit message (Expand)Author
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-30runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang
2020-10-16runtime/internal/atomic: drop package prefixesAustin 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-07-12runtime: fix reference to funcdata.go in commentXia Bin
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2017-03-03cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar
2017-02-27cmd/internal/obj, runtime: update funcdata commentsAustin Clements
2016-03-14runtime: fix a typo in asssembly macro GO_RESULTS_INITIALIZEDRichard Miller
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-07runtime: remove unused FUNCDATA_DeadValueMapsMichael Hudson-Doyle
2014-11-11[dev.cc] runtime: convert header files to GoRuss Cox
2014-10-28doc/asm: explain coordination with garbage collectorRuss Cox
2014-09-12cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox
2014-09-12cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox