Types of Parallelism
•Parallelism is a standard technique in computer science … think of examples
•
•Pipelining In Processor Design
–The next instruction is fetched before the current instruction is completed
–In modern processors there can be 7-10 pipeline stages or more, and usually many instructions are being executed simultaneously
Pipelining is a powerful form of parallelism