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

Reply via email to