Improving Compiler-Runtime Separation with XIR

Ben L. Titzer
Google, Mountain View

Thomas Würthinger
Institute for System Software, Johannes Kepler University Linz

Doug Simon
Sun Microsystems Laboratories, Menlo Park

Marcelo Cintra
University of California Irvine


Abstract

Intense research on virtual machines has highlighted the need for flexible software architectures that allow quick evaluation of new design and implementation techniques. The interface between the compiler and runtime system is a principal factor in the flexibility of both components and is critical to enabling rapid pursuit of new optimizations and features. Although many virtual machines have demonstrated modularity for many components, significant dependencies often remain between the compiler and the runtime system components such as the object model and memory management system. This paper addresses this challenge with a carefully designed strict compiler-runtime interface and the XIR language. Instead of the compiler backend lowering object operations to machine operations using hard-wired runtimespecific logic, XIR allows the runtime system to implement this logic, simultaneously simplifying and separating the backend from runtime-system details. In this paper we describe the design and implementation of this compiler-runtime interface and the XIR language in the C1X dynamic compiler, a port of the HotSpot(TM) Client compiler. Our results show a significant reduction in backend complexity with XIR and an overall reduction in the compiler-runtime interface complexity while still generating comparable quality code with only minor impact on compilation time.


Download as PDF

© ACM, 2010. This is the author’s version of the work. It is posted here for your personal use. Not for redistribution.