DocumentCode
1687917
Title
Improving code caching performance for Java applications
Author
Sun, Yu ; Zhang, Wei
Author_Institution
Dept of ECE, Southern Illinois University Carbondale, 62901, USA
fYear
2008
Firstpage
1
Lastpage
5
Abstract
Java applications rely on Just-In-Time (JIT) compilers or adaptive compilers to generate and optimize binary code at runtime to boost performance. In conventional Java Virtual Machines (JVM), however, the binary code is typically written into the data cache, and then is loaded into the instruction cache through the shared L2 cache or memory, which is not efficient. In this paper, we study different efficient code caching strategies to write and read the dynamically generated code faster. Our experimental results indicate that writing code directly into the instruction cache can improve the performance of Java application by up to 42.9%, with 9.6% on average.
Keywords
Binary codes; Dynamic compiler; Energy dissipation; Energy efficiency; Java; Optimizing compilers; Runtime; Sun; Virtual machining; Writing;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel and Distributed Processing, 2008. IPDPS 2008. IEEE International Symposium on
Conference_Location
Miami, FL, USA
ISSN
1530-2075
Print_ISBN
978-1-4244-1693-6
Electronic_ISBN
1530-2075
Type
conf
DOI
10.1109/IPDPS.2008.4536434
Filename
4536434
Link To Document