Is it reasonable to learn D

Adam D. Ruppe destructionator at gmail.com
Wed Jun 8 07:17:04 PDT 2011


Fabian wrote:
> By the way: I've read that Digital Mars C++ compiler has got a bad
> code optimization. Is that true?

In general, no. There's some benchmarks where it loses, but there's
also some that win.

Overall, it isn't as good at optimizing as gcc and visual studio,
but it still isn't bad.

(The two places where it does the worst from what I've seen is
floating point, which is bad, and inlining, which is ok but not
great. Everything else it does pretty well.)


More information about the Digitalmars-d-learn mailing list