Characteristics of dynamic JVM languages

  • Authors:
  • Aibek Sarimbekov;Andrej Podzimek;Lubomir Bulej;Yudi Zheng;Nathan Ricci;Walter Binder

  • Affiliations:
  • University of Lugano, Lugano, Switzerland;Charles University in Prague, Prague, Czech Rep;University of Lugano, Lugano, Switzerland;University of Lugano, Lugano, Switzerland;Tufts University, Medford, USA;University of Lugano, Lugano, Switzerland

  • Venue:
  • Proceedings of the 7th ACM workshop on Virtual machines and intermediate languages
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Java Virtual Machine (JVM) has become an execution platform targeted by many programming languages. However, unlike with Java, a statically-typed language, the performance of the JVM and its Just-In-Time (JIT) compiler with dynamically-typed languages lags behind purpose-built language-specific JIT compilers. In this paper, we aim to contribute to the understanding of the workloads imposed on the JVM by dynamic languages. We use various metrics to characterize the dynamic behavior of a variety of programs written in three dynamic languages (Clojure, Python, and Ruby) executing on the JVM. We identify the differences with respect to Java, and briefly discuss their implications.