Definition and Implementation of a Points-To Analysis for C-like Languages

Computer Science – Programming Languages

Scientific paper

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

135 pages

Scientific paper

The points-to problem is the problem of determining the possible run-time targets of pointer variables and is usually considered part of the more general aliasing problem, which consists in establishing whether and when different expressions can refer to the same memory address. Aliasing information is essential to every tool that needs to reason about the semantics of programs. However, due to well-known undecidability results, for all interesting languages that admit aliasing, the exact solution of nontrivial aliasing problems is not generally computable. This work focuses on approximated solutions to this problem by presenting a store-based, flow-sensitive points-to analysis, for applications in the field of automated software verification. In contrast to software testing procedures, which heuristically check the program against a finite set of executions, the methods considered in this work are static analyses, where the computed results are valid for all the possible executions of the analyzed program. We present a simplified programming language and its execution model; then an approximated execution model is developed using the ideas of abstract interpretation theory. Finally, the soundness of the approximation is formally proved. The aim of developing a realistic points-to analysis is pursued by presenting some extensions to the initial simplified model and discussing the correctness of their formulation. This work contains original contributions to the issue of points-to analysis, as it provides a formulation of a filter operation on the points-to abstract domain and a formal proof of the soundness of the defined abstract operations: these, as far as we now, are lacking from the previous literature.

No associations

LandOfFree

Say what you really think

Search LandOfFree.com for scientists and scientific papers. Rate them and share your experience with other people.

Rating

Definition and Implementation of a Points-To Analysis for C-like Languages does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.

If you have personal experience with Definition and Implementation of a Points-To Analysis for C-like Languages, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Definition and Implementation of a Points-To Analysis for C-like Languages will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFWR-SCP-O-541668

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.