On 8 February 2013 16:35, Brian Schott <briancschott@gmail.com> wrote:
On Friday, 8 February 2013 at 15:35:55 UTC, Dmitry Olshansky wrote:
Would be intereesting to try gdc as dmd on linux uses gcc.

GDC decided to randomly not fail to build on my system, so it's time for MOAR CHARTS.

dmd -inline -noboundscheck -O -w -wi -m64 -property
ldc2 -O2 -release -vectorize -m64
gdc -O3 -fno-bounds-check -frelease -m64
http://hackerpilot.github.com/experimental/std_lexer/images/times3-all.png

Cool.  How do you determine the speed times?


--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';