On 2 April 2012 16:48, Joseph Rushton Wakeling <joseph.wakel...@webdrake.net> wrote: > Hello all, > > First, congratulations to the GDC team -- I'm playing with D for the first > time in quite a while thanks to the up-to-date gdc 4.6 packages in the > upcoming Ubuntu LTS release. It's great to see that D 2.0 now has this kind > of mainstream distro support. > > Anyway, a question about the gdc versus gdmd interfaces to the compiler. > I've noticed that compiling with the options > > gdmd -O -release -inline >
This is equivalent to: gdc -O3 -frelease -finline-functions Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';