This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.3, GCC 3.4
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Mike Stump <mstump at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 31 Jan 2003 00:33:56 +0100
- Subject: Re: GCC 3.3, GCC 3.4
- References: <3EFC71B9-34A9-11D7-8309-003065A77310@apple.com>
Mike Stump wrote:
Also, some of the slowdown as laid at the feet of a much larger
libstdc++, not that that is bad, it just is. Now with PCH, maybe we
want to have a header called <all> that includes all the normal C++
headers and precompile it, and switch all the normal C++ headers to
#include <all>.
Hello world then sees a nice speed improvement.
... but be careful not using std::endl ;-)
(other/9274)
Paolo.