TitleSlicing pointers and procedures (abstract)
Publication TypeMiscellaneous
Year of Publication1995
AuthorsErnst MD
Date or Month PublishedJanuary 13,
AbstractProgram slicing restricts attention to the components of a program relevant to evaluation of one expression, the slicing criterion. Our slicer, which explicitly represents the store as an aggregate value, is the first to support arbitrary pointer manipulations and aggregate values, and is faster than more limited techniques. We also improve the asymptotic complexity of slicing in the presence of procedure calls, and of a preprocessing step for computing dependences of procedure returns on formals. Additionally, our interprocedural slices can be smaller than those produced by other techniques. We implement these techniques in the first slicer for an entire practical programming language (ANSI C, except \tt longjmp).
Downloadshttps://homes.cs.washington.edu/~mernst/pubs/slicing-9705-slides.pdf slides (PDF) https://homes.cs.washington.edu/~mernst/pubs/slicing-9705-slides.ppt slides (PowerPoint) https://homes.cs.washington.edu/~mernst/pubs/slicing-tr9523.pdf PDF
Citation KeyErnst95:Slicing_pointers_procedures