Inference and checking of object ownership

Download: PDF, slides (PDF), slides (PowerPoint), implementation.

“Inference and checking of object ownership” by Wei Huang, Werner Dietl, Ana Milanova, and Michael D. Ernst. In ECOOP 2012 — Object-Oriented Programming, 26th European Conference, (Beijing, China), June 2012, pp. 181-206.

Abstract

Ownership type systems describe a heap topology and enforce an encapsulation discipline; they aid in various program correctness and understanding tasks. However, the annotation overhead of ownership type systems has hindered their widespread use. We present a unified framework for specification, type inference and type checking of ownership type systems, and instantiate the framework for two such systems: Universe Types and Ownership Types. We present an objective metric defining a “best typing” for these type systems, and develop an inference approach that maximizes the metric. The programmer can influence the inference by adding partial annotations to the program. We implemented the approach on top of the Checker Framework and present the results of an experimental evaluation.

Download: PDF, slides (PDF), slides (PowerPoint), implementation.

BibTeX entry:

@inproceedings{HuangDME2012,
   author = {Wei Huang and Werner Dietl and Ana Milanova and Michael D. Ernst},
   title = {Inference and checking of object ownership},
   booktitle = {ECOOP 2012 --- Object-Oriented Programming, 26th European
	Conference},
   pages = {181--206},
   address = {Beijing, China},
   month = jun,
   year = {2012}
}

(This webpage was created with bibtex2web.)

Back to Michael Ernst's publications.