Computer Science, asked by shadmaashadma2448, 1 year ago

What is live variable in compiler design?

Answers

Answered by anjalilko64
0
Live variable analysis is a classic data - flow analysis performed by compilers to calculate for each program point the variable that may be potentially read before their next write, that is the variable that are live at the exit from each program point.





I hope this helps you.....
Similar questions