Data dependency: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
m Reverted edits by 41.203.78.146 (talk) (HG) (3.4.6)
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. Tony is a boss
 
== Data dependencies ==