Content deleted Content added
Runaway4444 (talk | contribs) Undid revision 896222521 by 2409:4043:2113:7FE1:71C4:ED45:290B:E2B7 (talk) |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 1:
A '''data dependency''' in [[computer science]] is a situation in which a [[program statement]] (instruction) refers to the data of a preceding statement. In [[compiler theory]], the technique used to discover data dependencies among statements (or instructions) is called [[dependence analysis]].
There are three types of dependencies: data, name, and control
== Data dependencies ==
|