This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.3, GCC 3.4


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]