This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30908] -Os inlines functions that are called more than once (optimization regression)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Feb 2007 15:10:49 -0000
- Subject: [Bug middle-end/30908] -Os inlines functions that are called more than once (optimization regression)
- References: <bug-30908-11199@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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