Content deleted Content added
No edit summary |
Rmmcnulty9 (talk | contribs) m formatting consistency in example & grammar fix |
||
Line 9:
<td>
The set of live variables at line L3 is {<code>b</code>, <code>c</code>} because both are used in the addition, and thereby the call to <code>f</code> and assignment to <code>a</code>. But the set of live variables at line L1 is
only {<code>b</code>} since variable <code>c</code> is updated in
</td>
|