(data dependency, data hazard) In programming, the data dependency is a situation where the instructions or commands refer to each other, and if the order of execution is not taken care of, the commands can lead to unexpected results.data dependency is problematic in concurrent programming.
The three types of data dependencies that can be generated are: • RAW (Read After Write-read after writing) • WAR (Write After Read-write after reading).• WAW (Write After Write).
Questions? needs more information?
Write and we will respond to your email
Comments
Post a Comment