path tracing benchmark

Jacob Carlborg doob at me.com
Tue Aug 9 23:53:36 PDT 2011


On 2011-08-09 22:04, bearophile wrote:
> Christian Kamm:
>
>> bearophile, just out of interest, what's the performance like if you ran
>> ldmd -O3 -release -inline smallpt2_d.d ?
>
> I don't remember what ldmd is. Without LTO the performance of the LDC compile was a bit lower than the G++ compile.

ldmd is a wrapper that converts dmd arguments to ldc arguments. So you 
can call ldc with the same arguments you would call dmd.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list