- Aug 3, 2006
- 10,246
- 207
- 106
Back in the day everyone got really excited about the Pentium because it was the first mainstream CPU with a superscalar architecture (A superscalar architecture fetches, executes, and returns results from more than one (standard) instruction during a single pipeline stage (typically this means a single clock cycle). <=Wikipedia).
Yes that's one weird bit of parenthases, but moving on, multicore has the same basic idea: executing multiple things at the same time, parallelism.
So, for the old timers, is the adoption of multicore similar to superscalar's? The main difference I see is that superscalar uses several different units with different jobs, but multicore (so far) uses several different units that are exactly the same. Is that enough of a difference that the way they're developed/adopted will be too different to compare?
If you think they'll work out basically the same, how long do you think it will be before single-core is a joke like the 486s are now?
Yes that's one weird bit of parenthases, but moving on, multicore has the same basic idea: executing multiple things at the same time, parallelism.
So, for the old timers, is the adoption of multicore similar to superscalar's? The main difference I see is that superscalar uses several different units with different jobs, but multicore (so far) uses several different units that are exactly the same. Is that enough of a difference that the way they're developed/adopted will be too different to compare?
If you think they'll work out basically the same, how long do you think it will be before single-core is a joke like the 486s are now?