[Bug ipa/88231] aligned functions laid down inefficiently

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 27 22:13:00 GMT 2018


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

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
I see that with -Os GCC already optimizes space by reducing the alignment of
functions from the default 16 on i86 to 1 (in the absence of attribute
aligned), so this would seem to be just a missed opportunity.


More information about the Gcc-bugs mailing list