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/pzyzqwpqdllegxnys...@forum.dlang.org#post-m11hhb:2423nf:241:40digitalmars.com

Happy GC hunting !

--
Dmitry Olshansky

Reply via email to