summaryrefslogtreecommitdiff
path: root/src/runtime/funcdata.h
Commit message (Expand)AuthorAgeFilesLines
* cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang2020-10-301-3/+3
* runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang2020-10-301-2/+1
* runtime/internal/atomic: drop package prefixesAustin Clements2020-10-161-3/+3
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-241-0/+1
* Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-161-1/+0
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-161-0/+1
* runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder2019-04-191-6/+6
* cmd/compile,runtime: implement stack objectsKeith Randall2018-10-031-0/+1
* runtime: fix reference to funcdata.go in commentXia Bin2018-07-121-1/+1
* cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements2018-05-221-0/+2
* cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar2017-03-031-0/+2
* cmd/internal/obj, runtime: update funcdata commentsAustin Clements2017-02-271-3/+1
* runtime: fix a typo in asssembly macro GO_RESULTS_INITIALIZEDRichard Miller2016-03-141-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: remove unused FUNCDATA_DeadValueMapsMichael Hudson-Doyle2015-09-071-11/+0
* [dev.cc] runtime: convert header files to GoRuss Cox2014-11-111-5/+5
* doc/asm: explain coordination with garbage collectorRuss Cox2014-10-281-0/+3
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-7/+1
* cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox2014-09-121-0/+26
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+37