[Bug middle-end/30908] -Os inlines functions that are called more than once (optimization regression)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Feb 21 15:11:00 GMT 2007



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-02-21 15:10 -------
Even on powerpc, it lowers in size also:
no inline:
__TEXT  __DATA  __OBJC  others  dec     hex
84      0       0       0       84      54

With inline:
__TEXT  __DATA  __OBJC  others  dec     hex
52      0       0       0       52      34

So really this is a target specific issue I think.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30908



More information about the Gcc-bugs mailing list