Which method is used for resolving data dependency conflict by the compiler itself?
(A) Delayed load. (B) operand forwarding.
(C) Pre fetch target instruction. (D) loop buffer.
In case of delayed load technique the complier detects the data conflict and reorders the instruction as essential to delay the loading of the conflicting data by inserting no operation instructions.