Short
Evaluation: Graphic Representation
49/69
a
true
True
False
b
c
false
true
true
false
false
• Simulation of this graphic representation by 3AC jumps
if a goto True
goto X
X:
if b goto Y
goto False
Y:
if c goto False
goto True
True: …
False: …
Example:
a or
(b and (not
c)):