Optimising CompilersLive Variables
x := exp; x:d,y:d
y := const; x:d,y:d
if test x:d,y:d
then x := f(const);... x:l,y:d
else x := g(const);... x:l,y:d
fi;
output x x:d,y:d
Previous slide
Next slide
Back to first slide
View graphic version