SPAM Talk: Typed Compilation Against Non-Manifest Base Classes

Speaker: Christopher League, Long Island University

When & Where: 12:30pm, Friday, October 21, 2005, Room 200 AKW

Abstract:

Much recent work on proof-carrying code aims to build certifying compilers for single-inheritance object-oriented languages, such as Java or C#. Some advanced object-oriented languages support compiling a derived class without complete information about its base class. This strategy -- though necessary for supporting features such as mixins, traits, and first-class classes -- is not well-supported by existing typed intermediate languages. We present a low-level IL with a type system based on the Calculus of Inductive Constructions. It is an appropriate target for efficient, type-preserving compilation of various forms of inheritance, even when the base class is unknown at compile time. Languages (such as Java) that do not require such flexibility are not penalized for it at run time.

This is joint work with Stefan Monnier.


SPAM