On Sun, 13 Apr 2008 20:15:44 -0700, "Chris Thomasson"
>Are you sure that you have been compiling the C++ code in non-debug mode?
Yes, I am sure..
g++ -O2 -fomit-frame-pointer -finline-functions "new.cpp" -o "new.exe"
and VC9
cl /O2 /GL new.cpp /link /ltcg
on VC9 it was 24500 ms