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: Performance regression


On Thursday, September 26, 2002, at 07:50 PM, David Edelsohn wrote:

The code you sent was compiled with -O3 -funroll-loops? On AIX,
the main function withthose optimization options does not call any other
function -- the result is calculated directly:
Yes, -O3 -fomit-frame-pointer -funroll-loops.  I'll investigate why
the inline isn't happening here; looks like it ought to be.  Bumping
up the limit on the command line doesn't help.


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