alkor wrote:
i've tested g++, gdc & dmd on an ordinary task - processing compressed data w using zlib all compilers're made from sources, target - gentoo x32 i686c++ & d codes are simplest & alike but, dmd makes faster result then g++ and gdc loses g++ 'cause gdc'es not have any optimization options gdc makes slower code then dmd and does'nt support d 2.0, so it's useless so ... i'm waiting for dmd x64
If you can't get gdc to generate optimized code, then you are using it wrong.
