How can a read after write (RAW) hazard be minimized or eliminated?

What will be an ideal response?

RAW hazards can be eliminated by adding data forwarding to a pipelined. Doing this involves adding mechanisms to send data being written to a register to previous stages in the buffer that want to read from the same register.

Computer Science & Information Technology

You might also like to view...

Text that is flush left causes the text along the right margin to be ________

A) ragged right B) justified C) centered D) ragged left

Computer Science & Information Technology

The Comparable interface is in the ______________ package.

a. java.util b. java.io c. java.awt d. java.lang

Computer Science & Information Technology