dmd-x64

Travis Boucher boucher.travis at gmail.com
Wed Dec 23 06:38:31 PST 2009


alkor wrote:
> $ dmd -O -release -oftest-dmd test-performance.d && strip test-dmd
> $ gdc  -O3 test-performance.d -o test-gdc && strip test-gdc
> so, dmd's code optimization rules 
> Walter made nice lang & good compiler - it's true
> 


Add -frelease to gdc (if you want a fair comparison), and look at the 
code generated rather then running a micro benchmark on something that 
takes a fraction of a second to run.



More information about the Digitalmars-d mailing list