This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/17315] Strange compile-time regression in cpp against gcc3.4.1


------- Additional Comments From kgardas at objectsecurity dot com  2004-09-09 20:07 -------
Subject: Re:  Strange compile-time regression in cpp
 against gcc3.4.1


As Paolo suggested, I have tried to use new based allocator and configure
gcc with --enable-libstdcxx-allocator=new.

Results are:

File		341-O0	350-O0	Delta%	341-O1	350-O1	Delta%	341-O2	350-O2	Delta%
basic_seq.cc	3.78	3.60	5.0	4.01	3.76	6.6	3.92	4.01	-2.2


which looks like --enable-libstdcxx-allocator=new is a good candidate for
a fast C++ compilations. :-) I hope I will be able to test it on a full
orb directory to see all results.

Cheers,
Karel



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17315


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