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++/77582] Improve std::string::clear performace


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Patches goto gcc-patches@ and libstdc++@.  Note !_GLIBCXX_USE_CXX11_ABI is most
likely not going to be used for 90% of applications.  It is only needed if you
are linking between old binaries and using the new compiler.

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