Abstract
The Java bytecode language is emerging as a software distribution standard. With major vendors committed to porting the Java run-time environment to their platforms, Java bytecode programs are expected to run without modification on multiple platforms. These first generation run-time environments rely on an interpreter to bridge the gap between the bytecode instructions and the native hardware. However, Java interpreters cause performance problems with microarchitectural features such as the caches and the Branch Target Buffer. Some of these problems can be solved by translating Java bytecode to native code. In this paper we compare the performance of code run through the SUN Java interpreter to code compiled through Caffeine, a bytecode to native code translator, as well as to compiled C/C++ versions of the code, using large applications and common benchmarks. We discuss the reasons for several performance problems incurred by both approaches to running Java code, and examine possible solutions.
Original language | English (US) |
---|---|
Pages | 211-216 |
Number of pages | 6 |
State | Published - 1997 |
Event | Proceedings of the 1997 IEEE COMPCON Conference - San Jose, CA, USA Duration: Feb 23 1997 → Feb 26 1997 |
Other
Other | Proceedings of the 1997 IEEE COMPCON Conference |
---|---|
City | San Jose, CA, USA |
Period | 2/23/97 → 2/26/97 |
ASJC Scopus subject areas
- Hardware and Architecture