I guess the etc.c... libs didn't make the cut :(

On 28 April 2012 22:35, Dmitry Olshansky <dmitry.olsh@gmail.com> wrote:
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