]> Cypherpunks repositories - gostls13.git/commit
runtime: adjust GC debug print to include source pointers
authorRuss Cox <rsc@golang.org>
Wed, 16 Apr 2014 15:39:43 +0000 (11:39 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 16 Apr 2014 15:39:43 +0000 (11:39 -0400)
commita5b1530557833708050c0e2508ffeaab1bf8bc29
tree03aca0765e7a34dbd7738cc792704dec258dc844
parentd0d425a9872105e8f5c44e6d489ee9088ecf1bdd
runtime: adjust GC debug print to include source pointers

Having the pointers means you can grub around in the
binary finding out more about them.

This helped with issue 7748.

LGTM=minux.ma, bradfitz
R=golang-codereviews, minux.ma, bradfitz
CC=golang-codereviews
https://golang.org/cl/88090045
src/pkg/runtime/mgc0.c