Home > Research > Publications & Outputs > Access-Path Abstraction: Scaling Field-Sensitiv...

Links

Text available via DOI:

View graph of relations

Access-Path Abstraction: Scaling Field-Sensitive Data-Flow Analysis with Unbounded Access Paths (T)

Research output: Contribution in Book/Report/Proceedings - With ISBN/ISSNConference contribution/Paperpeer-review

Published
Close
Publication date9/11/2015
Host publicationAutomated Software Engineering (ASE), 2015 30th IEEE/ACM International Conference on
Place of PublicationNebraska
PublisherIEEE Press
Pages619-629
Number of pages11
ISBN (print)978150900025815
<mark>Original language</mark>English

Abstract

Precise data-flow analyses frequently model field accesses through access paths with varying length. While using longer access paths increases precision, their size must be bounded to assure termination, and should anyway be small to enable a scalable analysis. We present Access-Path Abstraction, which for the first time combines efficiency with maximal precision. At control-flow merge points Access-Path Abstraction represents all those access paths that are rooted at the same base variable through this base variable only. The full access paths are reconstructed on demand where required. This makes it unnecessary to bound access paths to a fixed maximal length. Experiments with Stanford SecuriBench and the Java Class Library compare our open-source implementation against a field-based approach and against a field-sensitive approach that uses bounded access paths. The results show that the proposed approach scales as well as a field-based approach, whereas the approach using bounded access paths runs out of memory.