Valgrind and GC
Joseph Rushton Wakeling
joseph.wakeling at webdrake.net
Mon Oct 21 05:16:23 PDT 2013
On 21/10/13 14:04, Dicebot wrote:
> Valgrind in its current state is unfortunately almost unusable with D as it does
> not support some instructions at least DMD emits.
Don't know about DMD as I never use it for "production" apart from when I'm
working on Phobos, but I've found some of the valgrind family quite useful in
profiling D code (which I compile either with GDC or LDC). Memcheck seems
useful only in checking the overall number of allocs, though.
More information about the Digitalmars-d
mailing list