Show simple item record

dc.contributor.advisorSrikant, Y N
dc.contributor.authorMandal, Abhijit
dc.date.accessioned2005-03-11T04:40:58Z
dc.date.accessioned2018-07-31T04:38:48Z
dc.date.available2005-03-11T04:40:58Z
dc.date.available2018-07-31T04:38:48Z
dc.date.issued2005-03-11T04:40:58Z
dc.date.submitted2000
dc.identifier.urihttps://etd.iisc.ac.in/handle/2005/81
dc.identifier.srnonull
dc.description.abstractInterpretation of Java bytecode results in slow execution of program.First version of Java Virtual Machine(JVM) implementation was relied on interpretation techniques. On the other hand performance can be improved by translating the Java bytecode into machine code by a Just-In-Time(JIT) compiler and this technique is being integrated into most JVM implementations. Java is an automatic garbage collected language, freeing the programmer from the explicit memory management. Garbage collection "pause" time can be reduced by using a generational garbage collection. This thesis describes an implementation of a JVM. The specific contributions made in this thesis include: development of a Just-In-Time(JIT) compiler using DAG construction technique, a bytecode interpreter, a generational garbage collector. Our implementation can execute Java bytecode either by an interpreter or the bytecode can be translated into machine code using the JIT compiler and the translated code is directly executed by the processor. We have implemented the Java Native Interface (JNI) to enable using C and assembly language programs with Java.en
dc.format.extent761620 bytes
dc.format.mimetypeapplication/pdf
dc.language.isoen
dc.publisherIndian Institute of Scienceen
dc.rightsI grant Indian Institute of Science the right to archive and to make available my thesis or dissertation in whole or in part in all forms of media, now hereafter known. I retain all proprietary rights, such as patent rights. I also retain the right to use in future works (such as articles or books) all or part of this thesis or dissertation.en
dc.subject.classificationComputer and Information Scienceen
dc.subject.keywordJIT Compileren
dc.subject.keywordJava Virtual Machineen
dc.subject.keywordJava Native Interfaceen
dc.titleDesign and Implementation of Java Virtual Machineen
dc.typeElectronic Thesis and Dissertationen
dc.degree.nameMSc Engg.en
dc.degree.levelMastersen
dc.degree.grantorIndian Institute of Scienceen
dc.degree.disciplineFaculty of Engineeringen


Files in this item

This item appears in the following Collection(s)

Show simple item record