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

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So if I understand this, the general jist is valgue linkage functions needs to
be treated the same as weak functions when it comes to any IPA optimizations
except for inlining? I don't see how that can be scalable at all or even better
yet seems like this makes things worse for optimization in general for C++
code. Especially when it comes to say nothrow detection or pure/const
detection.

Reply via email to