Sciweavers

SAC
2015
ACM

Adaptive just-in-time value class optimization: transparent data structure inlining for fast execution

8 years 3 days ago
Adaptive just-in-time value class optimization: transparent data structure inlining for fast execution
The performance of value classes is highly dependent on how they are represented in the virtual machine. Value class instances are immutable, have no identity, and can only refer to other value classes or primitives and since they should be very lightweight and fast, it is important to optimize them well. In this paper we present a technique to detect and compress commonly occurring patterns of value class usage to improve memory usage and performance. microbenchmarks show two to ten-fold speedup of a small prototypical implementation over the implementation of value classes in other object-oriented language implementations. Categories and Subject Descriptors D.3.3 [Language Constructs and Features]: Data types and structures, Dynamic storage management; D.3.4 [Processors]: Code generation, Compilers Keywords Meta-tracing, JIT, Data Structure Optimization, Value Classes
Tobias Pape, Carl Friedrich Bolz, Robert Hirschfel
Added 17 Apr 2016
Updated 17 Apr 2016
Type Journal
Year 2015
Where SAC
Authors Tobias Pape, Carl Friedrich Bolz, Robert Hirschfeld
Comments (0)