Publications

Detailed Information

Efficient Register Mapping and Allocation in LaTTe, an Open-Source Java Just-in-Time Compiler

Cited 0 time in Web of Science Cited 0 time in Scopus
Authors

Yang, Byung-Sun; Lee, Junpyo; Lee, SeungIl; Park, Seongbae; Chung, Yoo C.; Kim, Suhyun; Ebciogulu, Kemal; Altman, Erik; Moon, Soo-Mook

Issue Date
2007-01
Publisher
Institute of Electrical and Electronics Engineers (IEEE)
Citation
IEEE Transactions on Parallel and Distributed Systems, vol. 18 no. 1, pp. 57-69
Keywords
Java virtual machinejust-in-time compilationregister mappingregister allocationcopy coalescing.
Description
IEEE Transactions on Parallel and Distributed Systems
Volume 18 , Issue 1 (January 2007)
Pages: 57-69
Abstract
Java just-in-time (JIT) compilers improve the performance of a Java virtual machine (JVM) by translating Java bytecode into native machine code on demand. One important problem in Java JIT compilation is how to map stack entries and local variables to registers efficiently and quickly, since register-based computations are much faster than memory-based ones, while JIT compilation overhead is part of the whole running time. This paper introduces LaTTe, an open-source Java JIT compiler that performs fast generation of efficiently register-mapped RISC code. LaTTe first maps "all local variables and stack entries into pseudoregisters, followed by real register allocation which also coalesces copies corresponding to pushes and pops between local variables and stack entries aggressively. Our experimental results indicate that LaTTe's sophisticated register mapping and allocation really pay off, achieving twice the performance of a naive JIT compiler that maps all local variables and stack entries to memory. It is also shown that LaTTe makes a reasonable trade-off between quality and speed of register mapping and allocation for the bytecode. We expect these results will also be beneficial to parallel and distributed Java computing 1) by enhancing single-thread Java performance and 2) by significantly reducing the number of memory accesses which the rest of the system must properly order to maintain coherence and keep threads synchronized.
ISSN
1045-9219
Language
English
URI
https://hdl.handle.net/10371/62003
Files in This Item:
Appears in Collections:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share