[Feedback] Main difficulties encountered with D

Dmitry Olshansky dmitry.olsh at gmail.com
Thu Dec 19 14:07:51 PST 2013


20-Dec-2013 01:35, Xavier Bigand пишет:
> Hi,
>
>
> It's been a few months since I work on "DQuick" at a rate of a few
> minutes or hours from time to time. After working professionally with
> Java during a year I was really surprise to see D capable to compete a
> such language on productivity and providing much more features than C++.
>
> But because D and his compiler aren't as mature as c++ compilers, it can
> be really hard to debug our code, mainly when searching memory issues,
> because generated code by DMD isn't compatible with existing tools
> (Valgrind, DrMemory).

At least valgrind works just fine for me. If compiled with debug symbols 
callgrind works quite well, and so do the other tools e.g. massif.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list