Sciweavers

8 search results - page 1 / 2
» Optimization strategies for a java virtual machine interpret...
Sort
View
109
Voted
CF
2008
ACM
15 years 5 months ago
Optimization strategies for a java virtual machine interpreter on the cell broadband engine
Kevin Williams, Albert Noll, Andreas Gal, David Gr...
136
Voted
PPPJ
2009
ACM
15 years 10 months ago
Lazy continuations for Java virtual machines
Continuations, or ’the rest of the computation’, are a concept that is most often used in the context of functional and dynamic programming languages. Implementations of such ...
Lukas Stadler, Christian Wimmer, Thomas Würth...
ARCS
2009
Springer
15 years 10 months ago
Empirical Performance Models for Java Workloads
Abstract. Java is widely deployed on a variety of processor architectures. Consequently, an understanding of microarchitecture level Java performance is critical to optimize curren...
Pradeep Rao, Kazuaki Murakami
141
Voted
EMSOFT
2005
Springer
15 years 9 months ago
High performance annotation-aware JVM for Java cards
Early applications of smart cards have focused in the area of personal security. Recently, there has been an increasing demand for networked, multi-application cards. In this new ...
Ana Azevedo, Arun Kejariwal, Alexander V. Veidenba...
151
Voted
OOPSLA
2007
Springer
15 years 9 months ago
Software speculative multithreading for Java
We apply speculative multithreading to sequential Java programs in software to achieve speedup on existing multiprocessors. A common speculation library supports both Java bytecod...
Christopher J. F. Pickett