More Definitions
A superscalar processor :
- Issues multiple instructions per clock cycle from a sequential stream
- Dynamic scheduling of execution units (scheduling done in hardware)
An Very Long Instruction Word (VLIW) processor :
- Issues one very ‘wide’ instruction per clock cycle; this instruction contains multiple operations
- Static scheduling of execution units (done by compiler).