Program slicing: Difference between revisions

Content deleted Content added
Undid revision 556123393 by 80.236.206.243 (talk)
Static slicing: Fixed odd (to me) wording.
Line 34:
 
</source>
In fact, most static slicing techniques, including Weiser's own technique, will also remove the <code>write(sum)</code> statement. IndeedSince, at the statement <code>write(sum)</code>, the value of <code>sum</code> is not dependent on the statement itself.
 
== Dynamic slicing ==