On 28.04.2012 21:08, Daniel Green wrote:Nice, it works so far :)
** Fixes, previous unresolved _Dmodule_ref **
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