Misc questions:- licensing, VC++ IDE compatible, GPGPU, LTCG, QT, SDL

Walter Bright newshound1 at digitalmars.com
Tue May 18 12:13:02 PDT 2010


%u wrote:
> The DMC++ compiler you mentioned sounds interesting too. I'd like to compare
> performance with that, the VC++ one, and the Intel compiler.

When comparing D performance with C++, it is best to compare compilers with the 
same back end, i.e.:

    dmd with dmc
    gcc with gdc
    lcc with ldc

This is because back ends can vary greatly in the code generated.


More information about the Digitalmars-d mailing list