Efficient extraction and analysis of preprocessor-based variability

  • Authors:
  • Julio Sincero;Reinhard Tartler;Daniel Lohmann;Wolfgang Schröder-Preikschat

  • Affiliations:
  • Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen, Germany;Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen, Germany;Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen, Germany;Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen, Germany

  • Venue:
  • GPCE '10 Proceedings of the ninth international conference on Generative programming and component engineering
  • Year:
  • 2010

Quantified Score

Hi-index 0.01

Visualization

Abstract

The C Preprocessor (CPP) is the tool of choice for the implementation of variability in many large-scale configurable software projects. Linux, probably the most-configurable piece of software ever, employs more than 10,000 preprocessor variables for this purpose. However, this de-facto variability tends to be "hidden in the code"; which on the long term leads to variability defects, such as dead code or inconsistencies with respect to the intended (modeled) variability of the software. This calls for tool support for the efficient extraction of (and reasoning over) CPP-based variability. We suggest a novel approach to extract CPP-based variability. Our tool transforms CPP-based variability in O(n) complexity into a propositional formula that "mimics" all valid effects of conditional compilation and can be analyzed with standard SAT or BDD packages. Our evaluation results demonstrate the scalability and practicability of the approach. A dead-block-analysis on the complete Linux source tree takes less than 30 minutes; we thereby have revealed 60 dead blocks, 2 of which meanwhile have been confirmed as new (and long-lasting) bugs; the rest is still under investigation.