Optimising CompilersLive Variables
x := exp;
y := const;
if test
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