ICSE 2018 – COMB: Computing Relevant Program Behaviors

Abstract:

The paper presents COMB, a tool to improve accuracy and efficiency of software engineering tasks that hinge on computing all relevant program behaviors.

Computing all behaviors and selecting the relevant ones is computationally intractable. COMB uses Projected Control Graph (PCG) abstraction to derive the relevant behaviors directly and efficiently. The PCG is important as the number of behaviors relevant to a task is often significantly smaller than the totality of behaviors.

COMB provides extensive capabilities for program comprehension, analysis, and verification. We present a basic case study and a Linux verification study to demonstrate various capabilities of COMB and the addressed challenges. COMB is designed to support multiple programming languages. We demonstrate it for C and Java.

Venue: The 40th International Conference on Software Engineering (ICSE 2018), Gothenburg, Sweden, May 2018

Authors: Benjamin Holland, Payas Awadhutkar, Suresh Kothari, Ahmed Tamrawi, Jon Mathews

Paper (PDF): ICSE2018-COMB.pdf

Video: https://youtu.be/YoOJ7avBIdk

Categories: Papers

Comments are closed.