Proceedings paper

Title:
Characteristics of dynamic JVM languages
Authors:
A. Sarimbekov, A. Podzimek, L. Bulej, Y. Zheng, N. Ricci, W. Binder
Publication:
Proceedings of the 7th ACM workshop on Virtual machines and intermediate languages
DOI:
Year:
2013
ISBN:
978-1-4503-2601-8
Link:

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.

BibTeX:
@inproceedings{sarimbekov_characteristics_2013,
    title = {{Characteristics of dynamic JVM languages}},
    author = {Sarimbekov, Aibek and Podzimek, Andrej and Bulej, Lubomir and Zheng, Yudi and Ricci, Nathan and Binder, Walter},
    year = {2013},
    booktitle = {{Proceedings of the 7th ACM workshop on Virtual machines and intermediate languages}},
    publisher = {Association for Computing Machinery},
    series = {{VMIL '13}},
    location = {New York, NY, USA},
    doi = {10.1145/2542142.2542144},
    isbn = {978-1-4503-2601-8},
    pages = {11--20},
    url = {https://dl.acm.org/doi/10.1145/2542142.2542144},
}