commit | bd1cd1ddeac67807bb84170bc79579f157898b91 | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Mon Apr 08 13:36:35 2013 -0700 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Mon Apr 08 13:36:35 2013 -0700 |
tree | e970b5ab2f1555a63851665d5f05c6970f5a03a3 | |
parent | 1d729b7f59f4fdd7292c1aeecdfb2b2c951b631a [diff] |
runtime: poor man's heap type info checker It's not trivial to make a comprehensive check due to inferior pointers, reflect, gob, etc. But this is essentially what I've used to debug the GC issues. Update #5193. R=golang-dev, iant, 0xe2.0x9a.0x9b, r CC=golang-dev https://golang.org/cl/8455043