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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I bet by adding too many always_inline functions that call normal inlines that
is what is bound to happen, one runs into inline growth limits.  It is better
to use always_inline on the leaf functions rather than on what calls them.

Reply via email to