@gron

Hera-JVM: a runtime system for heterogeneous multi-core architectures

, and . OOPSLA '10: Proceedings of the ACM international conference on Object oriented programming systems languages and applications, page 205--222. New York, NY, USA, ACM, (2010)
DOI: 10.1145/1869459.1869478

Abstract

Heterogeneous multi-core processors, such as the IBM Cell processor, can deliver high performance. However, these processors are notoriously difficult to program: different cores support different instruction set architectures, and the processor as a whole does not provide coherence between the different cores' local memories. We present Hera-JVM, an implementation of the Java Virtual Machine which operates over the Cell processor, thereby making this platforms more readily accessible to mainstream developers. Hera-JVM supports the full Java language; threads from an unmodified Java application can be simultaneously executed on both the main PowerPC-based core and on the additional SPE accelerator cores. Migration of threads between these cores is transparent from the point of view of the application, requiring no modification to Java source code or bytecode. Hera-JVM supports the existing Java Memory Model, even though the underlying hardware does not provide cache coherence between the different core types.

Description

Hera-JVM

Links and resources

Tags

community

  • @gron
  • @dblp
@gron's tags highlighted