Proceedings paper

Title:
Productive Development of Dynamic Program Analysis Tools with DiSL
Authors:
A. Sarimbekov, Y. Zheng, D. Ansaloni, L. Bulej, L. Marek, W. Binder, P. Tůma, Z. Qi
Publication:
Proc. 22nd Australian Software Engineering Conference (ASWEC)
DOI:
Year:
2013

Abstract:
Dynamic program analysis tools serve many important software engineering tasks such as profiling, debugging, testing, program comprehension, and reverse engineering. Many dynamic analysis tools rely on program instrumentation and are implemented using low-level instrumentation libraries, resulting in tedious and error-prone tool development. The recently released Domain-Specific Language for Instrumentation (DiSL) was designed to boost the productivity of tool developers targeting the Java Virtual Machine, without impairing the performance of the resulting tools. DiSL offers high-level programming abstractions especially designed for development of instrumentation-based dynamic analysis tools. In this paper, we present a controlled experiment aimed at quantifying the impact of the DiSL programming model and high-level abstractions on the development of dynamic program analysis instrumentations. The experiment results show that compared with a prevailing, state-of-the-art instrumentation library, the DiSL users were able to complete instrumentation development tasks faster, and with more correct results.

BibTeX:
@inproceedings{sarimbekov_productive_2013,
    title = {{Productive Development of Dynamic Program Analysis Tools with DiSL}},
    author = {Sarimbekov, A. and Zheng, Yudi and Ansaloni, D. and Bulej, L. and Marek, L. and Binder, W. and Tuma, P. and Qi, Zhengwei},
    year = {2013},
    booktitle = {{Proc. 22nd Australian Software Engineering Conference (ASWEC)}},
    publisher = {IEEE},
    doi = {10.1109/ASWEC.2013.12},
    pages = {11--19},
}