@gron

Language-independent Storage Strategies for tracing-JIT-based Virtual Machines

, , , , and . Proceedings of the 11th Symposium on Dynamic Languages, page 104--113. ACM, (2015)
DOI: 10.1145/2816707.2816716

Abstract

Storage strategies have been proposed as a run-time optimization for the PyPy Python implementation and have shown promising results for optimizing execution speed and memory requirements. However, it remained unclear whether the approach works equally well in other dynamic languages. Furthermore, while PyPy is based on RPython, a language to write VMs with reusable components such as a tracing just-in-time compiler and garbage collection, the strategies design itself was not generalized to be reusable across languages implemented using that same toolchain. In this paper, we present a general design and implementation for storage strategies and show how they can be reused across different RPython-based languages. We evaluate the performance of our implementation for RSqueak, an RPython-based VM for Squeak/Smalltalk and show that storage strategies may indeed offer performance benefits for certain workloads in other dynamic programming languages.We furthermore evaluate the generality of our implementation by applying it to Topaz, a Ruby VM, and Pycket, a Racket implementation.

Description

Language-independent storage strategies for tracing-JIT-based virtual machines

Links and resources

Tags

community

  • @gron
  • @dblp
@gron's tags highlighted