aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.go
AgeCommit message (Expand)Author
2024-04-09runtime: remove the allocheaders GOEXPERIMENTMichael Anthony Knyszek
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-08runtime: use built-in clear to simplify codeapocelipes
2024-03-04runtime: use .Pointers() instead of manual checkingPouriya
2024-02-08cmd/compile: move runtime.itab to internal/abi.ITabKeith Randall
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-09runtime: implement experiment to replace heap bitmap with alloc headersMichael Anthony Knyszek
2023-10-02runtime: use smaller fields for mspan.freeindex and nelemsCherry Mui
2023-09-18all: clean unnecessary castsJes Cok
2023-08-21runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-07Revert "runtime: drop stack-allocated pcvalueCaches"Austin Clements
2023-08-07runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2023-05-11runtime: move per-type types to internal/abiDavid Chase
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
2023-03-10runtime: replace all callback uses of gentraceback with unwinderAustin Clements
2022-11-18all: add missing periods in commentscui fliter
2022-09-16runtime: set G wait reason more consistentlyMichael Anthony Knyszek
2022-09-13runtime: replace stringStruct with unsafe.String where appropriateCuong Manh Le
2022-09-02runtime: replace stkframe.arglen/argmap with methodsAustin Clements
2022-08-16runtime: redo heap bitmapKeith Randall
2022-08-12runtime: convert g.goid to uint64Michael Pratt
2022-08-09Revert "runtime: redo heap bitmap"Keith Randall
2022-08-08runtime: redo heap bitmapKeith Randall
2022-08-02runtime: trivial replacements of _g_ in GC filesMichael Pratt
2022-03-31runtime: remove intermediate fields in memstats for ReadMemStatsMichael Anthony Knyszek
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-06-17[dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCHMichael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-06-16[dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...Cherry Mui
2021-06-08[dev.typeparams] runtime: make deferproc take a func() argumentCherry Mui
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-03-05runtime: encapsulate access to allgsMichael Pratt
2020-10-30runtime: add world-stopped assertionsMichael Pratt
2020-10-26runtime: implement dumpmemstats in terms of readmemstats_mMichael Anthony Knyszek
2020-10-26runtime: remove memstats.heap_allocMichael Anthony Knyszek
2020-10-26runtime: remove memstats.heap_idleMichael Anthony Knyszek
2020-10-26runtime: break down memstats.gc_sysMichael Anthony Knyszek
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2020-08-17runtime: move checkmarks to a separate bitmapAustin Clements
2019-10-31runtime: atomically set span state and use as publication barrierAustin Clements
2019-10-28runtime: fix dumpgoroutine() to deal with open-coded defersDan Scales
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-11-05runtime: clean up MSpan* MCache* MCentral* in docsMichael Anthony Knyszek
2018-10-02runtime: add a more stable isSystemGoroutine modeAustin Clements