What does each techniques below help reduce: data hazard stalls, control stalls, orland CPI? dynamic scheduling branch prediction multiple issue speculation loop unrolling compiler pipeline scheduling Show transcribed image text What does each techniques below help reduce: data hazard stalls, control stalls, orland CPI? dynamic scheduling branch prediction multiple issue speculation loop unrolling compiler pipeline scheduling
Answer
- Dynamic scheduling reduces data hazards and stalls as it canhandle dependencies which are unknown at compile time.
It also Enables Out of Order
OR
OR