2004Espace ÉTS (ETS)Open access

a synergy between efficient interpretation and fast selective dynamic compilation for the acceleration of embedded Java virtual machines

Mourad Debbabi, Abdelouahed Gherbi, Lamia Ketari, Chamseddine Talhi, Hamdi Yahyaoui, Sami Zhioua

Open full text 4 citations

Abstract

We propose, in this paper, a technique for the acceleration of embedded Java virtual machines. The technique relies on an established synergy between e±cient interpretation and selective dynamic compilation. Actually, e±cient interpretation is achieved by a generated threaded interpreter that is made of a pool of codelets. The latter are native code units e±ciently implementing the dynamic semantics of a given bytecode. Besides, each codelet carries out the dispatch to the next bytecode eliminating therefore the need for a costly centralized traditional dispatch mechanism. The acceleration technique described in this paper advocates the use of a selective dynamic compiler to translate performance-critical methods to native code. The translation process takes advantage of the threaded interpreter by reusing most of the previously mentioned codelets. This tight collaboration between the interpreter and the dynamic compiler leads to a fast and lightweight (in terms of footprint) execution of Java class files.

Open-access reader

About this research paper

What this paper is about

We propose, in this paper, a technique for the acceleration of embedded Java virtual machines. The technique relies on an established synergy between e±cient interpretation and selective dynamic compilation. Actually, e±cient interpretation is achieved by a generated threaded interpreter that is made of a pool of codelets. The latter are native code units e±ciently implementing the dynamic semantics of a given bytecode. Besides, each codelet carries out the dispatch to the next bytecode eliminating therefore the need for a costly centralized traditional dispatch mechanism. The acceleration technique described in this paper advocates the use of a selective dynamic compiler to translate performance-critical methods to native code. The translation process takes advantage of the threaded interpreter by reusing most of the previously mentioned codelets. This tight collaboration between the interpreter and the dynamic compiler leads to a fast and lightweight (in terms of footprint) execution of Java class files.

Why it matters

OpenAlex reports 4 citations for this work. Citation counts describe recorded attention and do not establish research quality.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

We propose, in this paper, a technique for the acceleration of embedded Java virtual machines. The technique relies on an established synergy between e±cient interpretation and selective dynamic compilation. Actually, e±cient interpretation is achieved by a generated threaded interpreter that is made of a pool of codelets. The latter are native code units e±ciently implementing the dynamic semantics of a given bytecode. Besides, each codelet carries out the dispatch to the next bytecode eliminating therefore the need for a costly centralized traditional dispatch mechanism. The acceleration technique described in this paper advocates the use of a selective dynamic compiler to translate performance-critical methods to native code. The translation process takes advantage of the threaded interpreter by reusing most of the previously mentioned codelets. This tight collaboration between the interpreter and the dynamic compiler leads to a fast and lightweight (in terms of footprint) execution of Java class files.

Key concepts: Bytecode, Computer science, Just-in-time compilation, Interpreter, Compiler, Programming language, Dynamic compilation, Java

Related papers

Back to paper searchBrowse research topicsOriginal source
a synergy between efficient interpretation and fast selective dynamic compilation for the acceleration of embedded Java virtual machines — Research Paper | ScholarLens