Abstract
For program families (Software Product Lines), specially designed variability-aware static (dataflow) analyses allow analyzing all variants (products) of the family, simultaneously, in a single run without generating any of the variants explicitly. They are also known as lifted or family-based analyses. The variability-aware analyses may be too costly or even infeasible for families with a large number of variants. In order to make them computationally cheaper, we can apply variability abstractions which aim to tame the combinatorial explosion of the number of variants (configurations) and reduce it to something more tractable. % by manipulating the configuration space of the family. However, the number of possible abstractions is still intractably large to search naively, with most abstractions being too imprecise or too costly.
In this work, we propose a technique to efficiently find suitable variability abstractions from a large family of abstractions for a variability-aware static analysis. The idea is to use a pre-analysis to estimate the impact of variability-specific parts of the program family on the analysis's precision. Then we use the pre-analysis results to find out when and where the analysis should turn off or on its variability-awareness. We demonstrate the practicality of this approach on several Java benchmarks.
In this work, we propose a technique to efficiently find suitable variability abstractions from a large family of abstractions for a variability-aware static analysis. The idea is to use a pre-analysis to estimate the impact of variability-specific parts of the program family on the analysis's precision. Then we use the pre-analysis results to find out when and where the analysis should turn off or on its variability-awareness. We demonstrate the practicality of this approach on several Java benchmarks.
Original language | English |
---|---|
Title of host publication | FM 2016: Formal Methods : 21st International Symposium, Limassol, Cyprus, November 9-11, 2016, Proceedings |
Editors | John S. Fitzgerald, Constance L. Heitmeyer, Stefania Gnesi, Anna Philippou |
Number of pages | 17 |
Place of Publication | Limassol, Cyprus, November 9-11, 2016 |
Publisher | Springer |
Publication date | 8 Nov 2016 |
Pages | 217-234 |
ISBN (Print) | 978-3-319-48988-9 |
ISBN (Electronic) | 978-3-319-48989-6 |
DOIs | |
Publication status | Published - 8 Nov 2016 |
Event | International Symposium on Formal Methods - St. Raphael Resort, Limassol, Cyprus Duration: 9 Nov 2016 → 11 Nov 2016 Conference number: 21 http://fm2016.cs.ucy.ac.cy/ |
Conference
Conference | International Symposium on Formal Methods |
---|---|
Number | 21 |
Location | St. Raphael Resort |
Country/Territory | Cyprus |
City | Limassol |
Period | 09/11/2016 → 11/11/2016 |
Internet address |
Series | Lecture Notes in Computer Science |
---|---|
Volume | 9995 |
ISSN | 0302-9743 |
Keywords
- Program Families
- Static Program Analysis
- Abstract Interpretation