Back to the Future in One Week -- Implementing a Smalltalk VM in PyPy

  • Authors:
  • Carl Friedrich Bolz;Adrian Kuhn;Adrian Lienhard;Nicholas D. Matsakis;Oscar Nierstrasz;Lukas Renggli;Armin Rigo;Toon Verwaest

  • Affiliations:
  • Softwaretechnik und Programmiersprachen, Heinrich-Heine-Universität Düsseldorf,;Software Composition Group, University of Bern, Switzerland;Software Composition Group, University of Bern, Switzerland;ETH Zurich, Switzerland;Software Composition Group, University of Bern, Switzerland;Software Composition Group, University of Bern, Switzerland;Software Composition Group, University of Bern, Switzerland;Software Composition Group, University of Bern, Switzerland

  • Venue:
  • Self-Sustaining Systems
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We report on our experiences with the Spy project, including implementation details and benchmark results. Spy is a re-implementation of the Squeak (i.e. Smalltalk-80) VM using the PyPy toolchain. The PyPy project allows code written in RPython, a subset of Python, to be translated to a multitude of different backends and architectures. During the translation, many aspects of the implementation can be independently tuned, such as the garbage collection algorithm or threading implementation. In this way, a whole host of interpreters can be derived from one abstract interpreter definition. Spy aims to bring these benefits to Squeak, allowing for greater portability and, eventually, improved performance. The current Spy codebase is able to run a small set of benchmarks that demonstrate performance superior to many similar Smalltalk VMs, but which still run slower than in Squeak itself. Spy was built from scratch over the course of a week during a joint Squeak-PyPy Sprint in Bern last autumn.