Late binding and subtyping create runtime overhead for objectoriented languages, especially in the context of both multiple inheritance and dynamic loading. Recent experiments show that this overhead is marked with static, non-adaptive compilers, which work under the openworld assumption. Therefore, dynamic, ie adaptive, compilation might present a solution to this efficiency issue. This paper presents the abstract architecture of a virtual machine and a dynamic compiler for unrestricted multiple-inheritance. This architecture involves an object representation that allows for shortcuts in the default implementations, coupled with compilation/recompilation protocols that maintain the most efficient implementations compatible with the current state of the program. The object representation proposed is based on perfect class hashing, which shortcuts to static calls or the single-subtyping implementation. Moreover, this article proposes a new methodology, based on random simulation, for evaluating the runtime efficiency and recompilation cost of the proposed protocols. The resulting experiments show that the architecture proposed should provide the same runtime efficiency as Java and .Net, thus offsetting most of the multiple-inheritance overhead. © JOT 2011.
Mendeley helps you to discover research relevant for your work.
CITATION STYLE
Ducournau, R., & Morandat, F. (2012). Towards a full multiple-inheritance virtual machine. Journal of Object Technology, 11(3). https://doi.org/10.5381/jot.2012.11.3.a6