MinGW Release. D2.058 x86-64 20120428

Dmitry Olshansky dmitry.olsh at gmail.com
Sat Apr 28 12:35:12 PDT 2012


On 28.04.2012 21:08, Daniel Green wrote:
> ** Fixes, previous unresolved _Dmodule_ref **

Nice, it works so far :)

And where as previous version promptly segfaulted on my regex benchmark 
this one goes through. And the compiled binary performance is not bad 
either:

Small test - searching for all \S+@\S+ (rough "email") in 40Mb of 
man-like text.

dmd: 5.48sec
gdc: 3.30sec

Cool, surely gone use it side by side with dmd.

P.S. Command line options:
dmd -O -release -noboundscheck
gdc -Ofast -frelease

-- 
Dmitry Olshansky


More information about the D.gnu mailing list