Sciweavers

POPL
2007
ACM

A typed intermediate language for compiling multiple inheritance

14 years 4 months ago
A typed intermediate language for compiling multiple inheritance
Type-preserving compilation can improve software reliability by generating code that can be verified independently of the compiler. Practical type-preserving compilation does not exist for languages with multiple inheritance. This paper presents EMI , the first typed intermediate language to support practical compilation of a programming language with fully general multiple inheritance. The paper demonstrates the practicality of EMI by showing that EMI can be used to faithfully model standard implementation strategies of multiple inheritance for C++, the most widely-used programming language with general multiple inheritance. Categories and Subject Descriptors D.3.3 [Programming Languages]: Language Constructs and Features--Classes and Objects; D.3.1 [Programming Languages]: Formal Definitions and Theory General Terms Languages Keywords Typed intermediate language, class and object encoding, multiple inheritance
Juan Chen
Added 03 Dec 2009
Updated 03 Dec 2009
Type Conference
Year 2007
Where POPL
Authors Juan Chen
Comments (0)