aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-15runtime: more godoc linksOlivier Mengué
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-08runtime: add available godoc linkcui fliter
2023-10-24runtime: use max/min funcqiulaidongfeng
2023-09-12runtime: fix off-by-1 error in textOffCherry Mui
2023-08-21runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-21runtime: move pcvalue cache to MAustin Clements
2023-08-20runtime: add self-check mode to cache in pcvalueAustin Clements
2023-08-07Revert "runtime: move pcvalue cache to M"Austin Clements
2023-08-07Revert "runtime: drop stack-allocated pcvalueCaches"Austin Clements
2023-08-07runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-07runtime: move pcvalue cache to MAustin Clements
2023-08-07runtime: store start PC in pcvalueCacheAustin Clements
2023-05-05runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-03-10runtime: implement traceback iteratorAustin Clements
2023-03-10runtime: use inlineUnwinderAustin Clements
2023-03-10runtime: create an API for unwinding inlined framesAustin Clements
2023-03-10runtime: dedup function name logic into moduledata methodAustin Clements
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
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