]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/heapdump.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / heapdump.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-10-02 Cherry Muiruntime: use smaller fields for mspan.freeindex and...
2023-09-18 Jes Cokall: clean unnecessary casts
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-07 Austin ClementsRevert "runtime: drop stack-allocated pcvalueCaches"
2023-08-07 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-05-19 Michael Anthony... runtime: emit STW events for all pauses, not just those...
2023-05-11 David Chaseruntime: move per-type types to internal/abi
2023-05-11 David Chaseruntime: redefine _type to abi.Type; add rtype for...
2023-05-10 David Chaseinternal/abi: common up Method, Imethod, UncommonType...
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA...
2023-03-10 Austin Clementsruntime: replace all callback uses of gentraceback...
2022-11-18 cui fliterall: add missing periods in comments
2022-09-16 Michael Anthony... runtime: set G wait reason more consistently
2022-09-13 Cuong Manh Leruntime: replace stringStruct with unsafe.String where...
2022-09-02 Austin Clementsruntime: replace stkframe.arglen/argmap with methods
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-12 Michael Prattruntime: convert g.goid to uint64
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in GC files
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Michael Anthony... runtime: remove intermediate fields in memstats for...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-27 Josh Bleecher Snyderruntime: convert _func.entry to a method
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Austin Clements[dev.typeparams] runtime: use func() for deferred functions
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime/internal/sys: replace uses...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-06-16 Cherry Mui[dev.typeparams] Revert "[dev.typeparams] runtime:...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-08 Cherry Mui[dev.typeparams] runtime: make deferproc take a func...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-08 Austin Clementsruntime: drop haveexperiment, sys.GOEXPERIMENT
2021-03-11 Matthew Dempskycmd: move GOEXPERIMENT knob from make.bash to cmd/go
2021-03-05 Michael Prattruntime: encapsulate access to allgs
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Michael Prattruntime: add world-stopped assertions
2020-10-26 Michael Anthony... runtime: implement dumpmemstats in terms of readmemstats_m
2020-10-26 Michael Anthony... runtime: remove memstats.heap_alloc
2020-10-26 Michael Anthony... runtime: remove memstats.heap_idle
2020-10-26 Michael Anthony... runtime: break down memstats.gc_sys
2020-10-26 Michael Anthony... runtime: delineate which memstats are system stats...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-17 Austin Clementsruntime: move checkmarks to a separate bitmap
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-31 Austin Clementsruntime: atomically set span state and use as publicati...
2019-10-28 Dan Scalesruntime: fix dumpgoroutine() to deal with open-coded...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-25 Keith Randallruntime: remove kindNoPointers
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-05 Michael Anthony... runtime: clean up MSpan* MCache* MCentral* in docs
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-02 Austin Clementsruntime: add a more stable isSystemGoroutine mode
2018-09-26 Austin Clementsruntime: rename _MSpan* constants to mSpan*
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-03 Josh Bleecher Snyderruntime: convert g.waitreason from string to uint8
2018-04-29 Josh Bleecher Snyderruntime: iterate over set bits in adjustpointers
2018-04-29 Austin Clementsruntime: use entry stack map at function entry
2018-03-13 Josh Bleecher SnyderRevert "runtime: convert g.waitreason from string to...
2018-03-12 Josh Bleecher Snyderruntime: convert g.waitreason from string to uint8
2018-02-23 Austin Clementsruntime: support a two-level arena map
2018-02-23 Austin Clementsruntime: don't assume arena is in address order
2018-02-21 Austin Clementsruntime: abstract indexing of arena index
2018-02-15 Austin Clementsruntime: eliminate most uses of mheap_.arena_*
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-28 Marvin Stengerruntime: delete unused function dumpbvtypes
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-03-04 Austin Clementsruntime: remove unused gcstats
2017-02-09 Russ Coxtime: optimize Now on darwin, windows
2016-10-28 Austin Clementsruntime, cmd/compile: rename memclr -> memclrNoHeapPointers
2016-10-25 Austin Clementsruntime: eliminate mheap.nspan and use range loops
2016-10-25 Austin Clementsruntime: consolidate h_allspans and mheap_.allspans
2016-10-24 Austin Clementsruntime: make mspan.isFree do what's on the tin
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-30 Austin Clementsruntime: reclaim scan/dead bit in first word
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
next