0
4.0kviews
Explain a method of Dynamic Instruction scheduling for minimizing hazards.

Mumbai University > Computer Engineering > Sem 8 > Parallel & Distributed System

1 Answer
0
53views

Dynamic scheduling is where the hardware rearranges the instruction execution to reduce the stalls.

Dynamic scheduling offers several advantages:

  • It enables handling some cases when dependencies are unknown at compile time (e.g., because they may involve a memory reference);
  • It simplifies the compiler;
  • It allows code that was compiled with …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.