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 ipa/86590] Codegen is poor when passing std::string by value with _GLIBCXX_EXTERN_TEMPLATE undefined


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

--- Comment #5 from Marc Glisse <glisse at gcc dot gnu.org> ---
-finline-limit=80 or higher (or more precisely --param
max-inline-insns-auto=40) lets it optimize.

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