Programming language benchmark

Walter Bright newshound2 at digitalmars.com
Sun Jun 26 15:30:02 PDT 2011


On 6/26/2011 2:24 PM, Don wrote:
>> You may also want to have a look at this paper:
>>
>> http://www.agner.org/optimize/optimizing_cpp.pdf
>>
>> I don't know if it still accurately reflects the current state though.
>
> It's a little out of date, DMD now does a couple of things it didn't do when
> Agner did the testing. Incidentally I contributed a bit to that paper <g>.
>

The table has several errors wrt DMC++. For example, DMC++ certainly does 
function inlining, constant propagation and the branch optimizations.


More information about the Digitalmars-d mailing list