Group: comp.lang.c++
From: Razii
Date: Sunday, April 13, 2008 9:23 PM
Subject: Re: Do you use a garbage collector?

On Sun, 13 Apr 2008 20:15:44 -0700, "Chris Thomasson"
wrote:

>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

Safety Articles | Usenet Groups | Usenet News | Bluegrass