aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/heapdump.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-03runtime: make onM and mcall take Go func valuesRuss Cox
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-09-01runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox
2014-08-30runtime: rename SysAlloc to sysAlloc for GoRuss Cox
2014-08-28runtime: finish converting iface.goc to iface.goRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-27runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson
2014-08-25cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox
2014-08-25runtime: remove dedicated scavenger threadDmitriy Vyukov
2014-08-21runtime: convert common scheduler functions to GoDmitriy Vyukov
2014-08-21runtime: fix deadlock when gctraceDmitriy Vyukov
2014-08-19runtime: make the GC bitmap a byte arrayDmitriy Vyukov
2014-08-18cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox
2014-08-18runtime: fix dump of data/bssDmitriy Vyukov
2014-08-13runtime: keep objects in free lists marked as allocated.Dmitriy Vyukov
2014-08-07cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-31runtime: mark some C globals as having no pointers.Keith Randall
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-05-08runtime: write memory profile statistics to the heap dump.Keith Randall
2014-04-28runtime: heapdump - make sure spans are swept before dumping.Keith Randall
2014-04-07runtime: fix heapdump bugs.Keith Randall
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox
2014-03-26runtime: slience warning on 32-bit platformsMikio Hara
2014-03-25runtime: WriteHeapDump dumps the heap to a file.Keith Randall