Incremental Flow Analysis through Computational Dependency Reification

Research output: Chapter in Book/Report/Conference proceedingConference paper

2 Citations (Scopus)
76 Downloads (Pure)

Abstract

Static analyses are used to gain more confidence in changes made by developers. To be of most use, such analyses must deliver feedback fast. Therefore, incremental static analyses update previous results rather than entirely recompute them. This reduces the analysis time upon a program change, and makes the analysis well-suited for environments where the codebase is frequently updated, such as in IDEs and CI pipelines.

In this work, we present a general approach to render a modular static analysis for highly dynamic programs incremental, by exploiting dependencies between intermediate analysis results. Modular analyses divide a program in interdependent parts that are analysed in isolation. The dependencies between these parts stem, for example, from the use of shared variables within the program. Our incrementalisation approach leverages the modularity of the analysis together with the dependencies that it reifies to compute and bound the impact of changes. This way, only the affected parts of the result need to be reanalysed, and unnecessary recomputations are avoided.

We apply our approach to both a function-modular and thread-modular analysis and evaluate it by comparing an incremental update of an existing result to a full reanalysis. We find reductions of the analysis time from 6% to 99% on 14 out of 16 benchmark programs, and on most programs the impact on precision is limited. On 7 of the programs, reanalysis time is reduced by more than 75%, showing that our approach results in fast incremental updates.
Original languageEnglish
Title of host publicationProceedings of the 20th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2020)
PublisherIEEE
Pages25-36
Number of pages12
ISBN (Electronic)9781728192482
ISBN (Print)978-1-7281-9248-2
DOIs
Publication statusPublished - 27 Sep 2020
Event20th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM2020) - Adelaide, Australia
Duration: 27 Sep 202028 Sep 2020

Publication series

NameProceedings - 20th IEEE International Working Conference on Source Code Analysis and Manipulation, SCAM 2020

Conference

Conference20th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM2020)
CountryAustralia
CityAdelaide
Period27/09/2028/09/20

Fingerprint

Dive into the research topics of 'Incremental Flow Analysis through Computational Dependency Reification'. Together they form a unique fingerprint.

Cite this