| Home | Biography | Research | Publications |
Download: PDF, PDF at IEEE, PDF at IDEALS, Slides (PDF), Presentation at UPCRC, DPJizer at GitHub.
“Inferring Method Effect Summaries for Nested Heap Regions”
by
Mohsen Vakilian,
Danny Dig,
Robert L. Bocchino, Jr.,
Jeffrey Overbey,
Vikram S. Adve,
and
Ralph E. Johnson.
In ASE
2009: 24th IEEE/ACM Conference on Automated Software Engineering,
2009, pp. 421-432.
An extended version appeared as
“Inferring Method Effect Summaries for Nested Heap Regions”
by Mohsen Vakilian.
Masters thesis, University of Illinois at Urbana-Champaign, (Urbana, IL,
USA), 2009.
Effect systems are important for reasoning about the side effects of a program. Although effect systems have been around for decades, they have not been widely adopted in practice because of the large number of annotations that they require. A tool that infers effects automatically can make effect systems practical. We present an effect inference algorithm and an Eclipse plug-in, DPJizer, which alleviate the burden of writing effect annotations for a language called Deterministic Parallel Java (DPJ). The key novel feature of the algorithm is the ability to infer effects on nested heap regions. Besides DPJ, we also illustrate how the algorithm can be used for a different effect system based on object ownership. Our experience shows that DPJizer is both useful and effective: (i) inferring effect annotations automatically saves significant programming burden; and (ii) inferred effects are more precise than those written manually, and are fine-grained enough to enable the compiler to prove determinism of the program.
Download: PDF, PDF at IEEE, PDF at IDEALS, Slides (PDF), Presentation at UPCRC, DPJizer at GitHub.
BibTeX entry:
@inproceedings{Vakilian09:DPJizer,
author = {Mohsen Vakilian and Danny Dig and Bocchino, Jr., Robert L.
and Jeffrey Overbey and Vikram S. Adve and Ralph E. Johnson},
title = {{Inferring Method Effect Summaries for Nested Heap Regions}},
booktitle = {ASE 2009: 24th IEEE/ACM Conference on Automated Software
Engineering},
pages = {421--432},
year = {2009}
}