Skip to content
EECS 4340 Final Review

Write-After-Write hazard (WAW)

Tag: waw-hazard

Aliases: WAW, output dependence

A data hazard where two instructions write the same register out of program order. False dependence — eliminated by register renaming.

Lecture references

Exam references