1. What are the contributions mentioned in the paper "Platform independent dynamic java virtual machine analysis: the java grande forum benchmark suite" ?
In this paper the authors present a platform independent analysis of the dynamic profiles of Java programs when executing on the Java Virtual Machine.
read more
2. What are the future works in "Platform independent dynamic java virtual machine analysis: the java grande forum benchmark suite" ?
One possibility is that compiler writers are trying to Copyright c© 2003 John Wiley & Sons, Ltd. Concurrency Computat.: Pract.. Further research would be necessary to determine to what extent ( if any ) running time and memory usages could be improved by moving as much work as possible into the platform-independent phase of compilation.. A more common optimization was in the translation of loop constructs, where each successful iteration involves executing two branching instructions, a potential branch if the condition is false and a backward goto ( unconditional branch ) at the end of the loop for the pizza, gcj and borland compilers, whereas the other compilers combine both of these into a single conditional branch at the end of the loop.. Clearly, run-time optimization techniques will always be essential within the JVM, because of both the potential inefficiency of the compiler and the extra information about the run-time architecture available to the JVM.
read more





