Next: Loop-carried dependences
Up: Ch05
Previous: ...
Define:
- IN(S): set of memory loc
s which
might be read by some exec
of
statement S - OUT(S): set of memory loc
s which
might be written by some exec
of
statement S
Reordering is constrained by dependences;
There are four types:
These are static analogues of dynamic RAW, WAR, WAW and control hazards.
Paul H J Kelly
Thu Dec 4 18:15:31 GMT 1997