Data Dependency State
(Redirected from Data Dependency)
Jump to navigation
Jump to search
A Data Dependency State is a software state in which a program statement (instruction) refers to the data of a preceding statement.
References
2020
- (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/Data_dependency Retrieved:2020-3-30.
- 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.
- 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.