Content deleted Content added
m Reverted edits by 59.103.142.11 (talk) (HG) (3.4.10) |
→Flow dependency (True dependency): Author had a typo in describing a true dependency as a name dependency. In the case of flow, or true dependency, renaming the variable (name dependency) can't fix it. |
||
Line 26:
A Flow dependency, also known as a data dependency or true dependency or read-after-write (RAW), occurs when an instruction depends on the result of a previous instruction:
also known as
1. A = 3
|