PyGirl: Generating Whole-System VMs from High-Level Prototypes using PyPy

Camillo Bruni and Toon Verwaest. PyGirl: Generating Whole-System VMs from High-Level Prototypes using PyPy. In Objects, Components, Models and Patterns, Proceedings of TOOLS Europe 2009, LNBIP 33 p. 328—347, Springer-Verlag, 2009. Details.

Abstract

Virtual machines (VMs) emulating hardware devices are generally implemented in low-level languages for performance reasons. This results in unmaintainable systems that are difficult to understand. In this paper we report on our experience using the PyPy toolchain to improve the portability and reduce the complexity of whole-system VM implementations. As a case study we implement a VM prototype for a Nintendo Game Boy, called PyGirl, in which the high-level model is separated from low-level VM implementation issues. We shed light on the process of refactoring from a low-level VM implementation in Java to a high-level model in RPython. We show that our whole-system VM written with PyPy is significantly less complex than standard implementations, without substantial loss in performance.

Posted by scg at 27 October 2009, 10:56 am link
Last changed by admin on 21 April 2009