Control dependency

Control dependency is a situation in which a program instruction executes if the previous instruction evaluates in a way that allows its execution. An instruction B has a control dependency on a preceding instruction A if the outcome of A determines whether B should be executed or not.

Source: Wikipedia — Control dependency (CC BY-SA 4.0)

Control dependency

Control dependency is a situation in which a program instruction executes if the previous instruction evaluates in a way that allows its execution. An instruction B has a control dependency on a preceding instruction A if the outcome of A determines whether B should be executed or not.

Source: Wikipedia "Control dependency" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy