|
-
Mar 9th, 2022, 05:54 PM
#7
Re: Favour Pentium Pro
 Originally Posted by SamOscarBrown
Started in '06 (what IS that, like SIXTEEN years ago???); resurrected in '19 (Three years ago), and raised from the dead again in '22????
So what?
Aren't you inerested about speed?
The Pentium Pro was a unique processor in a number of ways, but two things were most important from an optimization sense. First, it supported out-of-order execution, where individual instructions could be dynamically re-ordered by the processor to overcome instruction-level data dependencies. Thus, it is better if the compiler generates shorter sequences of instructions (RISC-style), because these can be better reordered. Second, the Pentium Pro has a stall for certain partial-register accesses. The details are complicated and beyond the scope of this answer, but the important fact is that while the earlier Pentium didn't have these, all modern processors do, so having the optimizer generate code accordingly is a good idea.
Did you know it?
(and no one has ever written anything ..... so what does it bother you?)
it is just one more little piece of information
Last edited by reexre; Mar 9th, 2022 at 06:02 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|