|
|
|
|
|
by bee_rider
823 days ago
|
|
I’ll always wonder what would have happened if Intel had stuck with Pentium 4 and those incredibly long (31 stages! How we’ve fallen). Sure, they were power hungry, but at ~100W they don’t compare badly to modern chips. And dumping 100 Watts onto a single core is an extremely cool and fun thing to do. I wonder if we could have 10GHz processors for real by now. |
|
A super long pipeline allows higher clock rates but it takes a giant dirt nap when branch prediction fails and when you have a cache miss. You end up having massive latencies in these cases.
Further, generally all else being equal a lower clock rate allows you to be more energy efficient.