Bytecode Translator for Native Code Generation

K.-M. Ko (Korea)

Keywords

Java Programming language, Byteocde, Intermediate Code, Translator

Abstract

The execution speed is not an important factor for Java programming language when implementing small size application program which is executed in the web browser, but it becomes the serious limitation when it comes to implement the huge size program. To overcome these kinds of problems, the various researches are investigated for translating the Bytecode into target code which can be implemented in the specific processor using classical compiling methods. In this research, we have designed and realized the intermediate code translator for native code generation system with which we can directly generate i386 code from Bytecode to improve the execution speed of Java application programs. The intermediate code translator generates register-based intermediate code from *.class files which are the intermediate code of Java.

Important Links:



Go Back