PPT Slide
How can we improve performance of our algorithm?
- Fill delay slots with useful instructions - replace NOPs
- Use instructions in parallel
Notes:
To begin the optimization, we could replace the NOP delays with useful instructions Another possibility is to execute instructions in parallel.