Question

"Liveness analysis" in code optimization determines:

A Which variables are currently in scope.
B Which variables are used before being redefined after a particular point in the code.
C Which code segments are reachable.
D The execution frequency of different code paths.
E Whether a variable's value is constant.
Practice Next

Hey! Ask a query