Content deleted Content added
→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. |
→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 25:
=== Flow dependency (True dependency) ===
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
1. A = 3
|