gchunt v0.1.0 is out!
Dmitry Olshansky via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Nov 11 14:38:26 PST 2014
gchunt is a tool is to help D developers identify and keep in check the
usage of GC in their projects.
So far it just postprocesses D compiler's -vgc output into a nice Wiki
table. Results looks like this (Phobos):
http://wiki.dlang.org/Stuff_in_Phobos_That_Generates_Garbage#Labeled_data
Notice the source links grouped for each allocation reason per function.
In short: it's a ready to use spread-sheet for reviewers to work through.
Release notes & Windows binary:
https://github.com/DmitryOlshansky/gchunt/releases/tag/v0.1.0
Past discussions and the origin of the tool:
http://forum.dlang.org/thread/pzyzqwpqdllegxnysmwz@forum.dlang.org#post-m11hhb:2423nf:241:40digitalmars.com
Happy GC hunting !
--
Dmitry Olshansky
More information about the Digitalmars-d-announce
mailing list