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: Quality of GCC 3.1


Wit Jakuczun wrote:-

> I have few comments and questions on quality of code generated by g++ 
> from GCC 3.1.
> 
> 1) Compiler seems to be much slower than GCC 2.95.2 (3 times on average).
> 	The code heavily uses STL and exceptions. 
> 
> 2) Code generated is much slower (3 times on average) especially if streams
> 	are used.

You might try fiddling with the inline limits (see docs).

Neil.


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