• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Great article on the future of P4 vs K7 performance.

Remnant2

Senior member

Over at Ace's Compiler Analysis article, they take a look at the next generation of compilers that will be used shortly, MSVC7 and Intel 5.01.

The analysis is limited to FP performance only, in flops, (as opposed to real-world apps), however, the results are very interesting.

MSVC7 tends to not help the P4 or P3 much at all, while giving a dramatic boost to the Athon versus older versions of the MSVC compiler (the most popular compiler in use today).

OTOH, the Intel 5.0.1 compiler, when able to vectorize the flops code (unlike previous 5.0, which could not), resulted in a 204% performance increase -- definitely startling. This brought it from significantly slower than the Athlon, to moderately faster.


...

What does all this mean in the real world? Most apps are blends of integer/fp/branching/memory-constrained code, which means performance is gated by the weakest link. On the Athlon, that's the memory and cache system, while for the P4, it is branching/integer performance. So the superiority or deficit of one CPU over the other is an infinitely more complex question.


Still, an interesting article.
 
Yeah I saw that one. The Pentium 4 is beginning to show more of its potential but at the same time we're constantly reminded how powerful AMD's TBird is.
 


<< On the Athlon, that's the memory and cache system >>


Which will be compensated by SIS735, nFORCE, or any upcoming crossbar mobo chipsets.
 
Back
Top