index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
heapdump.go
Age
Commit message (
Expand
)
Author
2020-10-26
runtime: implement dumpmemstats in terms of readmemstats_m
Michael Anthony Knyszek
2020-10-26
runtime: remove memstats.heap_alloc
Michael Anthony Knyszek
2020-10-26
runtime: remove memstats.heap_idle
Michael Anthony Knyszek
2020-10-26
runtime: break down memstats.gc_sys
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2020-08-17
runtime: move checkmarks to a separate bitmap
Austin Clements
2019-10-31
runtime: atomically set span state and use as publication barrier
Austin Clements
2019-10-28
runtime: fix dumpgoroutine() to deal with open-coded defers
Dan Scales
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2018-11-05
runtime: clean up MSpan* MCache* MCentral* in docs
Michael Anthony Knyszek
2018-10-02
runtime: add a more stable isSystemGoroutine mode
Austin Clements
2018-09-26
runtime: rename _MSpan* constants to mSpan*
Austin Clements
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-04-29
runtime: iterate over set bits in adjustpointers
Josh Bleecher Snyder
2018-04-29
runtime: use entry stack map at function entry
Austin Clements
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-02-23
runtime: support a two-level arena map
Austin Clements
2018-02-23
runtime: don't assume arena is in address order
Austin Clements
2018-02-21
runtime: abstract indexing of arena index
Austin Clements
2018-02-15
runtime: eliminate most uses of mheap_.arena_*
Austin Clements
2017-09-28
runtime: delete unused function dumpbvtypes
Marvin Stenger
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-03-04
runtime: remove unused gcstats
Austin Clements
2017-02-09
time: optimize Now on darwin, windows
Russ Cox
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-10-25
runtime: eliminate mheap.nspan and use range loops
Austin Clements
2016-10-25
runtime: consolidate h_allspans and mheap_.allspans
Austin Clements
2016-10-24
runtime: make mspan.isFree do what's on the tin
Austin Clements
2016-04-30
runtime: reclaim scan/dead bit in first word
Austin Clements
2016-04-29
[dev.garbage] runtime: use s.base() everywhere it makes sense
Austin Clements
2016-04-27
[dev.garbage] Merge remote-tracking branch 'origin/master' into HEAD
Rick Hudson
2016-04-27
[dev.garbage] runtime: allocate directly from GC mark bits
Rick Hudson
2016-04-22
cmd/compile, etc: use nameOff in uncommonType
David Crawshaw
2016-04-22
cmd/compile, etc: use nameOff for rtype string
David Crawshaw
2016-04-13
cmd/compile, etc: use name for type pkgPath
David Crawshaw
2016-04-11
runtime: remove remaining references to TheChar
Jeremy Jackins
2016-03-15
runtime: update link to WriteHeapDump format
Michael Matloob
2016-03-08
cmd/compile: remove rtype *uncommonType field
David Crawshaw
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-26
cmd/compile: remove uncommonType.name
David Crawshaw
2016-02-25
cmd/compile: remove rtype.ptrToThis
David Crawshaw
2016-02-24
cmd/compile: embed type string header in rtype
David Crawshaw
2016-01-25
runtime: update heap dumper header to 1.6.
Keith Randall
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
runtime: rewrite lots of foo_Bar(f, ...) into f.bar(...)
Matthew Dempsky
2015-10-22
runtime: add pcvalue cache to improve stack scan speed
Austin Clements
2015-10-21
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-10-20
runtime: add stringStructOf helper function
Matthew Dempsky
[prev]
[next]