scispace - formally typeset
Search or ask a question

Showing papers by "Tatiana Shpeisman published in 2002"


Proceedings ArticleDOI
22 Sep 2002
TL;DR: In this article, a just-in-time (JIT) Java1 compiler for the Intel Itanium processor is described, which relies on two basic methods to generate efficient code.
Abstract: This paper describes a just-in-time (JIT) Java1 compiler for the Intel® Itanium® processor. The Itanium processor is an example of an Explicitly Parallel Instruction Computing (EPIC) architecture and thus relies on aggressive and expensive compiler optimizations for performance. Static compilers for Itanium use aggressive global scheduling algorithms to extract instruction-level parallelism. In a JIT compiler, however, the additional overhead of such expensive optimizations may offset any gains from the improved code.In this paper, we describe lightweight code generation techniques for generating efficient Itanium code. Our compiler relies on two basic methods to generate efficient code. First, the compiler uses inexpensive scheduling heuristics to model the Itanium microarchitecture. Second, the compiler uses the semantics of the Java virtual machine to extract instruction-level parallelism.

2 citations