[Bug rtl-optimization/9723] With -Os optimization increases size if the loop contains array element access
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jan 23 15:18:00 GMT 2005
------- Additional Comments From steven at gcc dot gnu dot org 2005-01-23 15:17 -------
On i686 I have the following code size (with -fomit-frame-pointer):
text data bss dec hex filename
66 0 0 66 42 O2.o
48 0 0 48 30 Os.o
For AMD64 I have the following:
text data bss dec hex filename
118 0 0 118 76 O2.o
83 0 0 83 53 Os.o
So, is there still a problem for ARM and PPC?
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9723
More information about the Gcc-bugs
mailing list