On the computational complexity of dynamic slicing problems for program schemas

  • Authors:
  • Sebastian Danicic;Robert. m. Hierons;Michael r. Laurence

  • Affiliations:
  • Department of computing, goldsmiths college, university of london, london se14 6nw, united kingdom email: s.danicic@gold.ac.uk;Department of information systems and computing, brunel university, middlesex, ub8 3ph, united kingdom email: rob.hierons@brunel.ac.uk;Department of computing, goldsmiths college, university of london, london se14 6nw, united kingdom email: s.danicic@gold.ac.uk

  • Venue:
  • Mathematical Structures in Computer Science - Programming Language Interference and Dependence
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given a program, a quotient can be obtained from it by deleting zero or more statements. The field of program slicing is concerned with computing a quotient of a program that preserves part of the behaviour of the original program. All program slicing algorithms take account of the structural properties of a program, such as control dependence and data dependence, rather than the semantics of its functions and predicates, and thus work, in effect, with program schemas. The dynamic slicing criterion of Korel and Laski requires only that program behaviour is preserved in cases where the original program follows a particular path, and that the slice/quotient follows this path. In this paper we formalise Korel and Laski's definition of a dynamic slice as applied to linear schemas, and also formulate a less restrictive definition in which the path through the original program need not be preserved by the slice. The less restrictive definition has the benefit of leading to smaller slices. For both definitions, we compute complexity bounds for the problems of establishing whether a given slice of a linear schema is a dynamic slice and whether a linear schema has a non-trivial dynamic slice, and prove that the latter problem is NP-hard in both cases. We also give an example to prove that minimal dynamic slices (whether or not they preserve the original path) need not be unique.