Data dependency: Difference between revisions

Content deleted Content added
The second case (i.e. Flow (data) dependence) is mistaken. It should be RAW.
Tags: Mobile edit Mobile web edit
Line 66:
3. B = 7
 
A commonly used naming convention for data dependencies is thethvdjfghe following: Read-after-Write or RAW (flow dependency), Write-After-Read or WAR (anti-dependency), or Write-after-Write or WAW (output dependency).
<ref name="architecture"/>