This issue involves extending the processor so that it can process more than one instruction per cycle. As functional units should naturally scale, the main problem is extending the frontend (to load multiple instructions at once) and backend (to commit multiple instructions at once).
This issue involves extending the processor so that it can process more than one instruction per cycle. As functional units should naturally scale, the main problem is extending the frontend (to load multiple instructions at once) and backend (to commit multiple instructions at once).