Bidirectional Object Layout for Separate Compilation

Bidirectional Object Layout for Separate Compilation” by Andrew C. Myers. In ACM Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA), (Austin, TX), Oct. 1995, pp. 124-139.

Abstract

Existing schemes for object layout and dispatch in the presence of multiple inheritance and separate compilation waste space and are slower than systems with single inheritance. This paper describes the bidirectional object layout, a new scheme for object layout that produces smaller objects and faster method invocations than existing schemes by automatically optimizing particular uses of multiple inheritance. The bidirectional object layout is used for the programming language Theta, and is applicable to languages like C++. This paper also demonstrates how to efficiently implement method dispatch when method signatures are allowed to change in subclasses. Most current statically compiled languages require identical signatures for efficiency.

BibTeX entry:

@inproceedings{myers95bidirectional,
   author = {Andrew C. Myers},
   title = {Bidirectional Object Layout for Separate Compilation},
   booktitle = {ACM Conference on Object-Oriented Programming, Systems,
	Languages, and Applications (OOPSLA)},
   pages = {124--139},
   address = {Austin, TX},
   month = oct,
   year = {1995},
   url = {http://citeseer.ist.psu.edu/myers95bidirectional.html}
}

Also see all authors, all publications by date, and all publications by topic.

Programming Methodology Group