WordCount performance

Walter Bright newshound1 at digitalmars.com
Thu Mar 27 02:49:27 PDT 2008


TomD wrote:
> Seems to be a backend problem:
> dmd -O wcd.d

To get the fastest code out of dmd:

     dmd -release -inline -O wcd.d



More information about the Digitalmars-d mailing list