Program Slicing (2) - Computation of Data Flow Information

  • Authors:
  • Christoph Steindl

  • Affiliations:
  • -

  • Venue:
  • Program Slicing (2) - Computation of Data Flow Information
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

We implemented a program slicing tool for static forward slicing of object-oriented programs written in the programming language Oberon-2 [MoWi91]. Program slicing [Wei84] uses control flow and data flow information to visualise dependences and assist the programmer in debugging and in program understanding. We did not restrict the language in any kind which means that we had to cope with structured types (records and arrays), global variables of any type, objects on the heap, side-effects of function calls, nested procedures, recursion, dynamic binding due to type-bound procedures (methods) and procedure variables (function pointers), and modules. This technical report describes the computation of data flow information.