Introduction
Parallelism exists at various levels. Last chapter we looked at intra-instruction parallelism. In this discussion we will examine how the potential overlap (inter-instruction) among the instruction called Instruction Level Parallelism (ILP) can be exploited. We will also look at PowerPC620 which implements most of the techniques described in the chapter.