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]

GCC is slooooow


i just did a quick comparison between g++ 2.95.2 and
current cvs compiling a small object modul (800 lines of code):

                 2.95.2      current
   ------------------------------------------
   compile time  11 sec      31 sec!
   .text size    15609       16027


Some other things i noticed:

- stl function only compile with exceptions enabled
- the following (bad) code snipped crashed g++:

      class mops {
         public:
            mops(int a, double a);
            };

      mops::mops(int a, double b) {}
      
      (gcc 2.95.2 doesnt complain)


Regards,
Werner

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