This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING]^2 New if-combining pass


Richard Guenther wrote:

> Results are (x86_64, -Os) 3473918 bytes with the patch and 3473968 without
> (that's a 0.0015% improvement).

That's certainly not a bad result; what it suggests most strongly is
that either (a) the optimization opportunity doesn't occur very often,
or (b) the code size doesn't change much when the optimization occurs.
In either case, there doesn't seem to be any reason to worry about -Os
in this context.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]