Port a benchmark to D?

bearophile bearophileHUGS at lycos.com
Fri Jun 3 17:40:44 PDT 2011


Andrej Mitrovic:

> Okay, here's how to increase stack size via Optlink:
> dmd benchmark.d -L/STACK:128000000

Keep in mind that sets the max stack size, not the max heap size. -L/STACK:5000000 is plenty :-)

Bye,
bearophile


More information about the Digitalmars-d mailing list