Content deleted Content added
mNo edit summary |
Reworded to clear up the false start. |
||
Line 1:
{{Otheruses4|program slicing|other uses of slicing|Slicing}}
In [[computer programming]], '''program slicing''' is the computation of
Slicing techniques have been seeing a rapid development since the original definition by [[Mark Weiser]]. At first, slicing was only static, i.e., applied on the source code with no other information than the source code. [[Bogdan Korel]] and [[Janusz Laski]] introduced ''dynamic slicing'', which works on a specific execution of the program (for a given execution trace). Other forms of slicing exist, for instance path slicing.
|