aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2023-02-09runtime: skip trailing wrappers in runtime_expandFinalInlineFrameTolyan Korniltsev
2022-11-11all: fix problematic commentscui fliter
2022-10-14runtime/pprof: set Function.start_line fieldMichael Pratt
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-09-07runtime: rename _func.entryoff to entryOffMichael Pratt
2022-09-07runtime: rename _func.nameoff and friends to nameOffMichael Pratt
2022-09-07runtime: rename inlinedCall.func_ to inlinedCall.nameOffMichael Pratt
2022-09-06cmd/link,runtime: remove unused fields from inlinedCallMichael Pratt
2022-08-12runtime: convert panicking to atomic typeMichael Pratt
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2022-02-05runtime: change sys.PtrSize to goarch.PtrSize in commentsIan Lance Taylor
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