aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2021-05-04[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt
2021-03-31[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2020-10-30cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang
2020-10-30runtime: remove go115ReduceLiveness and go115RestartSeqCherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-14runtime: implement GODEBUG=inittrace=1 supportMartin Möhrmann
2020-09-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-08-18[dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_oldJeremy Faller
2020-08-12[dev.link] cmd/link: stop renumbering files for pclntab generationJeremy Faller
2020-07-31[dev.link] create runtime.funcnametabJeremy Faller
2020-07-30[dev.link] cmd/link: add runtime.pcheaderJeremy Faller
2020-06-10runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho
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-03-20runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2020-03-05runtime/pprof: expand final stack frame to avoid truncationMichael Pratt
2020-02-18cmd/link, runtime: skip holes in func tableCherry Zhang
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-11-02runtime: scan stacks conservatively at async safe pointsAustin 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-10-11runtime: make goroutine for wasm async events short-livedRichard Musiol
2019-10-07runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol
2019-09-23runtime: allow the Go runtime to return multiple stack frames for a single PCKeith Randall
2019-05-20runtime: In Frames.Next, delay file/line lookup until just before returnKeith Randall
2019-04-19runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2019-01-14runtime: keep FuncForPC from crashing for PCs between functionsKeith Randall
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-09runtime: reduce linear search through pcvalue cacheJosh Bleecher Snyder
2018-10-03runtime: on a signal, set traceback address to a deferreturn callKeith Randall
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-05-22runtime: support for debugger function callsAustin Clements
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-05-01runtime: allow inlining of stackmapdataJosh Bleecher Snyder
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2018-02-23runtime: fix a few typos in commentsJerrin Shaji George
2018-02-15runtime: speed up stack copying a littleJosh Bleecher Snyder
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-13runtime: don't elide wrapper functions that call panic or at TOSAustin Clements
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-13cmd/link, runtime: put hasmain bit in moduledataDavid Crawshaw
2017-10-03runtime: give modulesSlice the correct typeKeith Randall
2017-09-22runtime: hide <autogenerated> methods from call stackAustin Clements