This is the mail archive of the gcc@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]

Re: stepanov on Darwin


On Friday, June 1, 2001, at 04:28  PM, dalej@apple.com wrote:
|  Curious that the code is so different from what David Edelsohn saw  
[on AIX]

It became less curious once we figured out that I was using -O3 and he 
was using -O2.  In fact the code for the tight loops with -O2 is 
essentially identical for the two targets (aside from some known 
differences like scheduling).  The improvement I got with -O3 appears to 
be entirely attributable to inlining, and is also seen on AIX.


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