Multiple Issue and Superscalars
We looked at ways of reducing data and control hazard. Can we reduce CPI?
Multi-issue processors come in two flavors: superscalar processors and Very Long Instruction Word (VLIW)
Superscalar: Issue variable number of instruction schedules statically by a compiler or dynamically by scoreboarding.
VLIW: Issue fixed number of instructions packed in a long instruction.