< Back to previous page

Publication

A Parallel Worklist Algorithm for Modular Analyses

Book Contribution - Book Chapter Conference Contribution

One way to speed up static program analysis is to make use of today's multi-core CPUs by parallelising the analysis. Existing work on parallel analysis usually targets traditional data-flow analyses for static, first-order languages such as C. Less attention has been given so far to the parallelisation of more general analyses that can also target dynamic, higher-order languages such as JavaScript. These are significantly more challenging to parallelise, as dependencies between analysis results are only discovered during the analysis itself. State-of-the-art parallel analyses for such languages are therefore usually limited, both in their applicability and performance gains.

In this work, we propose the parallelisation of modular analyses. Modular analyses compute different parts of the analysis in isolation of one another, and therefore offer inherent opportunities for parallelisation that have not been explored so far. In addition, they can be used to develop a general class of analysers for dynamic, higher-order languages. We present a parallel variant of the worklist algorithm that is used to drive such modular analyses. To further speed up its convergence, we show how this algorithm can exploit the monotonicity of the analysis. Existing modular analyses can be parallelised without additional effort by instead employing this parallel worklist algorithm. We demonstrate this for ModF, an inter-procedural modular analysis, and for ModConc, an inter-process modular analysis. For ModConc, we reveal an additional opportunity to exploit even more parallelism in the analysis.

Our parallel worklist algorithm is implemented and integrated into MAF, a framework for modular program analysis.
Using a set of Scheme benchmarks for ModF, we usually observe speedups between 3x and 8x when using 4 workers, and speedups between 8x and 32x when using 16 workers.
For ModConc, we achieve a maximum speedup of 15x.
Book: Proceedings of the 20th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2020)
Series: Proceedings - 20th IEEE International Working Conference on Source Code Analysis and Manipulation, SCAM 2020
Pages: 1-12
Number of pages: 12
ISBN:978-1-7281-9248-2
Publication year:2020
Keywords:static analysis, modular analysis, parallelism, concurrency, dynamic languages
BOF-keylabel:yes
IOF-keylabel:yes
Accessibility:Open