Mohsen Vakilian

Inferring Method Effect Summaries for Nested Heap Regions

by Mohsen Vakilian, Danny Dig, Robert L. Bocchino, Jr., Jeffrey L. Overbey, Vikram S. Adve, and Ralph E. Johnson.

In Proceedings of the International Conference on Automated Software Engineering (ASE), 2009, pp. 421–432.

Paper at ACM, Paper at IEEE, Paper at Illinois, Talk at Illinois, Artifacts at Illinois.

An extended version of this paper appeared as the master’s thesis of Mohsen Vakilian. Thesis at Illinois.

Abstract

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.

BibTeX

@inproceedings{VakilianETAL2009DPJizer,
  author = {Mohsen Vakilian and Danny Dig and Bocchino, Jr., Robert L. and Jeffrey L. Overbey and Vikram S. Adve and Ralph E. Johnson},
  booktitle = {Proceedings of the International Conference on Automated Software Engineering (ASE)},
  pages = {421--432},
  title = {Inferring Method Effect Summaries for Nested Heap Regions},
  year = {2009}
}