eli5 : How does reducing cpu’s lithography help its performance? couldnt you fit more stuff into a bigger cpu?

570 views

eli5 : How does reducing cpu’s lithography help its performance? couldnt you fit more stuff into a bigger cpu?

In: Technology

5 Answers

Anonymous 0 Comments

In a 4 GHz processor you’re basically sending 4 billion pulses of electricity though the CPU every second. Each of those pulses can only represent one (1) instruction and you have to wait until an instruction is fully executed and leaves the CPU before sending the next.

The reason that you have to wait before sending the next instruction is that you don’t know how long its going to take for each instruction to go through or what path it will take. If you send instruction #2 in before instruction #1 has come out then you don’t know what will come out of the processor. It could be the result of instruction #1 followed by the result of instruction #2. Or it could be that instruction #2 crosses over into instruction #1 and you get an output that is the combination of both. Or you could get instruction #2 coming out first, followed by instruction #1. There’s no way to know what you got without already knowing what the result of both instructions were beforehand.

When you’re sending 4 billion instructions per second the speed of light starts to become extremely relevant, even over distances that small. The smaller the CPU, the shorter it takes each instruction to pass fully through the chip and come out the exit. The quicker instructions are exiting the chip, the faster you can send them in.

So doubling the size of a chip doesn’t double the speed – it halves it because now you have to wait twice as long for each instruction to pass through. Conversely, halving the size of a chip doubles the speed because now you have to wait half as long before sending in the next instruction. That’s why chip manufacturers make such a big deal about the nanometer size of the transistors. If you took two chips with identical architecture, but one chip used 7nm transistors while the other used 14nm transistors, the 7nm chip would be twice as fast.

Both Intel and AMD have developed some variant of multithreading technology that does try to predict the outcome of any given instruction. This, in theory, allows the chip to sometimes send in a second instruction without waiting for the first to exit. In practice, it doesn’t get to send in that second instruction very often and even under ideal conditions you’re still limited to sending in two instructions at once.

If you could send in an infinite number of instructions at once then sure, bigger might be better. But “very occasionally two” is really the practical limit and its going to be a awhile before we can push beyond that (if we ever can).

Anonymous 0 Comments

lets go very simple.

a cirucit is basically a collection of gates that open en close, and depending on which are closed or opened the circuit gives a different result.

Now those gates require power to move, the smaller the gate, the less power you need to open and close it.

The problem is that the smaller the circuit, the easier it is for electric signal to jump to to a nearby circuit, (electron migration), so every time they make the lithography smaller, they also have to improve the process to avoid that.

Anonymous 0 Comments

There’s a cost implication of CPUs getting physically larger as you can get less processors from each wafer (wafer being the dinner plate sized disk they’re all cut from).

Anonymous 0 Comments

Reducing the size reduces power demand and heat production. Thermal limits are a big part of what caps current processors in real world/consumer circumstances.

On the other hand “more stuff” isn’t necessarily faster for a given task. You could, for example, add more cores, but while that would let you run more threads that wouldn’t increase the speed of any one thread nor would it magically improve the multithreading optimization of the software being run. At some point you just need raw GHZ, and smaller processors are easier to keep running at their peak.

Anonymous 0 Comments

The fundamental issue here is the speed of light. When you’re trying to make a cpu fast (aka clock speed) you’re limited by how long it takes for the signals to propogeate on the teeny tiny wires. The shorter the wires can be the faster the whole thing can go.

Consider a metaphor. Imagine you are employed to make sandwiches. If you had a small prep area with everything you need then you can make a sandwich quickly. But in a very large kitchen with the things spread all over you’ll have more space to out stuff but it will take a long time to fetch each ingredient and you’ll have spent a long time walking to and fro.