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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |ipa
             Target|                            |aarch64
           Keywords|                            |missed-optimization
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note you shouldn't use -Os if you care about performance.  GCC is quite
reasonable with code size increases at -O2 (as compared to other compilers). 
Instead I suggest you use -flto with -O2 to decrease the size of the final
executable/library and give GCC better knowledge on unit growth.

Reply via email to