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 c++/60976] Compilation with G++ 4.9.0 is 2-3 times slower than with 4.8.2


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60976

--- Comment #35 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I've backported the std::allocator_traits<std::allocator<T>> partial
specialization to the gcc-4.9 and gcc-5 branches now. Please let me know if
this makes any difference for your use cases (and provide testcases to
reproduce problems if not).

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