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: 2.95, x86: severe performance problems with short arithmetic



On Tue, 10 Aug 1999, Zack Weinberg wrote:

> Does this include something like this?
> 
> 	movzbw %dl, %ax
> 	addl %eax, %esi

Yes, it does. When 32-bit register is read or written after 8- or 16-bit
register has been written, this will cause patial register stall on P6
family.

--
Alexander Sokolov
System Administrator
ROSNET Komsomolsk-na-Amure
Tel./Fax: +7-095-737-6260



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