Data dependency: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 39.45.17.26 to version by Wikishovel. Report False Positive? Thanks, ClueBot NG. (2940916) (Bot)
m re-ordered list to match section structure
Line 66:
3. B = 7
 
A commonly used naming convention for data dependencies is the following: Read-after-Write or RAW (flow dependency), Write-afterAfter-WriteRead or WAWWAR (output anti-dependency), andor Write-Afterafter-ReadWrite or WARWAW (anti-output dependency).
<ref name="architecture"/>