You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson explores how modern computers achieve high performance not just by making a single processor faster, but by performing multiple operations simultaneously. You need to understand different forms of parallelism, multi-core architectures, and their limitations.
There are physical limits to how fast a single processor core can run:
The solution: instead of making one core faster, use multiple cores or processing units working in parallel.
ILP exploits parallelism within a single instruction stream. The processor identifies instructions that do not depend on each other and executes them simultaneously.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.