aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.go
AgeCommit message (Expand)Author
2015-10-15runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)Matthew Dempsky
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-05-18runtime: disallow preemption during startTheWorldAustin Clements
2015-05-18runtime: factor stoptheworld/starttheworld patternAustin Clements
2015-05-11runtime: use 2-bit heap bitmap (in place of 4-bit)Russ Cox
2015-05-01cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bssRuss Cox
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-10runtime, reflect: support multiple moduledata objectsMichael Hudson-Doyle
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-02-19runtime: reorganize memory codeRuss Cox
2015-02-11runtime: never show system goroutines in tracebackDmitry Vyukov
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: make stack frames fixed size by modifying goproc/deferproc.Keith Randall
2014-11-24[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbageRuss Cox
2014-11-20[dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...Rick Hudson
2014-11-20[dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox