]> Cypherpunks repositories - gostls13.git/commit
runtime: update heap dump format for 1.4
authorKeith Randall <khr@golang.org>
Tue, 7 Oct 2014 20:36:16 +0000 (13:36 -0700)
committerKeith Randall <khr@golang.org>
Tue, 7 Oct 2014 20:36:16 +0000 (13:36 -0700)
commit6ea3746adfd924ef5a389165c22c0eaddd35ddf2
tree21b3d7e8eda61dca25bc4e790d101de5c38581bb
parent685204747d39b4a5d111406389f7a63bc34c7287
runtime: update heap dump format for 1.4

We no longer have full type information in the heap, so
we can't dump that any more.  Instead we dump ptr/noptr
maps so at least we can compute graph connectivity.

In addition, we still dump Iface/Eface types so together
with dwarf type info we might be able to reconstruct
types of most things in the heap.

LGTM=dvyukov
R=golang-codereviews, dvyukov, rsc, khr
CC=golang-codereviews
https://golang.org/cl/155940043
src/runtime/heapdump.c