aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2021-11-11runtime: fix typocuiweixie
2021-10-29runtime: track scannable globals spaceMichael Anthony Knyszek
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-10-11runtime: simplify multiple text section handling in findfuncCherry Mui
2021-10-07runtime: handle end PC in textAddrCherry Mui
2021-10-07runtime,sync: using fastrandn instead of modulo reductionMeng Zhuo
2021-10-06runtime: streamline moduledata.textAddrJosh Bleecher Snyder
2021-10-06cmd/link,runtime: make textsectmap fields more convenient for runtimeJosh Bleecher Snyder
2021-10-05runtime: start moduledata memory load earlyJosh Bleecher Snyder
2021-10-05runtime: make funcspdelta inlineableJosh Bleecher Snyder
2021-10-05runtime: add a single-text-section fast path to findfuncJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove unnecessary funcdata alignmentJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove functab relocationsJosh Bleecher Snyder
2021-10-05runtime: remove a branch from funcdataJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove relocations from stkobjsJosh Bleecher Snyder
2021-10-05cmd/link, runtime: convert FUNCDATA relocations to offsetsJosh Bleecher Snyder
2021-10-04cmd, runtime: mark assembly routines in FuncFlagsJosh Bleecher Snyder
2021-09-29cmd/link, runtime: use offset for _func.entryJosh Bleecher Snyder
2021-09-29runtime: extract text address calculation into a separate methodJosh Bleecher Snyder
2021-09-27runtime: fix and simplify printing on bad ftabJosh Bleecher Snyder
2021-09-27runtime, cmd/link: minor cleanupJosh Bleecher Snyder
2021-09-27runtime: move entry method from _func to funcInfoJosh Bleecher Snyder
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-09-27runtime: change funcinl sentinel value from 0 to ^0Josh Bleecher Snyder
2021-09-27runtime: look up funcInfo by func pointerJosh Bleecher Snyder
2021-09-21runtime: fix output for bad pcHeaderJosh Bleecher Snyder
2021-09-21runtime, cmd/link: fix comment typosJosh Bleecher Snyder
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
2021-06-18runtime: clarify Frames.Next documentationMatthew Dempsky
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-04-14runtime: update debug call protocol for register ABIMichael Anthony Knyszek
2021-04-13runtime, cgo/test: improve debugging outputDavid Chase
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-12runtime: non-strict InlTreeIndex lookup in expandFinalInlineFrameMichael Pratt
2021-04-06runtime: use funcID to identify abort in isAbortPCMichael Anthony Knyszek
2021-03-30runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2021-02-19runtime: do not treat mcall as a topofstackRuss Cox
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-19runtime: clean up funcID assignmentRuss Cox
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