Sciweavers

OOPSLA
1995
Springer

Bidirectional Object Layout for Separate Compilation

13 years 8 months ago
Bidirectional Object Layout for Separate Compilation
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.
Andrew C. Myers
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where OOPSLA
Authors Andrew C. Myers
Comments (0)