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.

Reply via email to