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]

Re: Patch: Code Bloat g++


On Sat, 19 Feb 2000, Martin v. Loewis wrote:
> Please let me know what you think.

This is a great step into making the C++ frontend more useful for
developers of "modern" C++ code. Thanks!

Now we just need someone to review/approve your patch:
  http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00620.html


Here is what that patch changes for a project of mine on a
sparc-sun-solaris2.6 box (with Sun as and ld):

                    without Martin's patch   with Martin's patch
                    
 compilation times                    1:45                  1:20  -25min
 size of *.o files                31012840              24563488  -25%
 size of executable               29056980              22551684  -25%

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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