Explain the Dynamic scheduling in detail.
Answers
Answered by
0
Dynamic scheduling, as its name implies, is a method in which the hardware determines which instructions to execute, as opposed to a statically scheduled machine, in which the compiler determines the order of execution. In essence, the processor is executing instructions out of order.
Similar questions