Content deleted Content added
Undid revision 1269834534 by Kneegbruh (talk) - rv vandal |
m Added short description Tags: Mobile edit Mobile app edit iOS app edit App description add |
||
Line 1:
{{Short description|Programming situation where an instruction refers to a prior instruction's data}}
{{More citations needed|date=September 2024}}
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]].
|