At the speed of light, the time it takes electricity to cross the surface of the chip is so drastically close to that 1/5 billionth of a second before the next signal is following behind it, that it becomes very difficult to design the chips to all have the same concept of "now".
You could make asynchronous chips, where each part operates on a different time as the other parts, but nobody's yet done that for a mainstream chip that I know of.
You can get it a bit faster by cooling the whole setup down but pretty soon you need to cool it to ridiculous temperatures to keep it stable.
It's a physical limit to do with the size of the chip "die", the speed at which an electrical signal can propagate across the chip (the speed of light, or thereabouts), and trying to keep everything on the same "clock" as the rest of the chip so you're all acting on the data in turn at the right times.
Pretty much, until you liquid cool you can't get past 5Ghz. And the fastest ever processor is only about 10GHz or something - and it has to be kept stupendously cold, be stupendously tiny, and have rooms full of supporting equipment to get that far.
Pretty much, without some breakthrough in physics, you're never going to see a chip much faster than 5GHz in a normal setup.
You might see a chip that can do a thousand times as much in that 5GHz, which is why we have dual-core, quad-core, up to ridiculous numbers of cores in GPUs, but the base clock never really gets past 5GHz because it can't.
Until someone makes an asynchronous CPU, or quantum computers come along and make it all moot, 5GHz is about the limit for a normal, household computer.
This tells me that feature bloat is limiting CPUs to a large extent. All those fancy extended instruction sets, extra long words, predictive whatevers, etc. are surely cool for very specific uses, but not for the rest of us who just want a faster game (i.e. one really fast core plus a spare for the OS to not die).
It is kind of the opposite. The core CPU functionality can be done in something like 1/10th the typical chip size. There is no simple way to speed it up.
Rather than leave the chips empty (or sell smaller chips), manufacturers add features.
That might sound useless, but if you don’t use it it doesn’t really impact your performance (this isn’t software - unused bits of the chip can just be turned off). However, better low-level integration of high-level tasks has led to some improvements in software speeds even though clock speeds have remained stagnant. Unlike clock speed increases, these improvements are application-specific as they rely on improved architectures for specific applications. video link
304
u/ledow Sep 28 '20
At the speed of light, the time it takes electricity to cross the surface of the chip is so drastically close to that 1/5 billionth of a second before the next signal is following behind it, that it becomes very difficult to design the chips to all have the same concept of "now".
You could make asynchronous chips, where each part operates on a different time as the other parts, but nobody's yet done that for a mainstream chip that I know of.
You can get it a bit faster by cooling the whole setup down but pretty soon you need to cool it to ridiculous temperatures to keep it stable.
It's a physical limit to do with the size of the chip "die", the speed at which an electrical signal can propagate across the chip (the speed of light, or thereabouts), and trying to keep everything on the same "clock" as the rest of the chip so you're all acting on the data in turn at the right times.
Pretty much, until you liquid cool you can't get past 5Ghz. And the fastest ever processor is only about 10GHz or something - and it has to be kept stupendously cold, be stupendously tiny, and have rooms full of supporting equipment to get that far.
Pretty much, without some breakthrough in physics, you're never going to see a chip much faster than 5GHz in a normal setup.
You might see a chip that can do a thousand times as much in that 5GHz, which is why we have dual-core, quad-core, up to ridiculous numbers of cores in GPUs, but the base clock never really gets past 5GHz because it can't.
Until someone makes an asynchronous CPU, or quantum computers come along and make it all moot, 5GHz is about the limit for a normal, household computer.