A Trip Through the CPU Pipeline
When we compile our code from C++ to Assembly, it converts it into a stream of instructions. The CPU then reads this stream of instructions and executes them. But in reality, it’s not as simple as just getting an instruction and executing it. In this tip we’ll look at what...
Apr 2019 — 18 minute read