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]
Other format: [Raw text]

Re: codegen differences for increment of a volatile int


On Fri, May 05, 2006 at 04:29:53AM -0700, Gary Funck wrote:
> ... where, when incrmenting the non-volatile 'j', it chosses 'addl'
> over 'incl'.

Pentium 4 is stupid that way; addl is faster.


r~


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