Mail Archives: djgpp/2000/04/19/03:46:10
On Tue, 18 Apr 2000, Alexei A. Frounze wrote:
> Cyrix 6x86.
> Originally it was P266, but something burnt out and now it doesn't work on
> frequencies higher than 133MHz anymore. IMHO a good CPU
It's not a question of ``good'' or ``bad''.  Cyrix is different from
K6.  In particular, K6 is known to write to memory very fast, but read
much slower (or the other way around, I don't remember).  It's also
much more sensitive to alignment of data and code.
Since you asked what might be the cause of different behavior of the
same code, I was suggesting that one of the differences between 
processors is the reason for the different effects of changes in code
on performance.
- Raw text -