[ANNOUNCE] LaTTe Java Virtual Machine

smoon@altair.snu.ac.kr (Prof. Soo-Mook Moon)
18 Oct 1999 23:41:30 -0400

          From comp.compilers

Related articles
[ANNOUNCE] LaTTe Java Virtual Machine smoon@altair.snu.ac.kr (1999-10-18)
| List of all articles for this month |

From: smoon@altair.snu.ac.kr (Prof. Soo-Mook Moon)
Newsgroups: comp.compilers,comp.lang.java.machine
Date: 18 Oct 1999 23:41:30 -0400
Organization: Seoul National University
Keywords: Java

The LaTTe virtual machine has been released. It is a freely available
virtual machine intended to execute Java classes. It can be obtained
from <http://latte.snu.ac.kr/>.


LaTTe is a research prototype for the study of dynamic (just-in-time)
compilation techniques. Among its features are:


* A fast and effective JIT compiler with
    - efficient register mapping and allocation
    - "traditional" optimizations (e.g., common subexpression elimination)
    - object-oriented optimizations (e.g., customization and specialization)


* A limited framework for adaptive compilation, which is currently
    based on method run counts.


* A reasonably fast bytecode interpreter, intended to be used with
    the adaptive compilation framework.


* Lightweight monitors.


* On-demand translation of exception handlers.


* A fast, non-incremental garbage collector.


As a result, the performance of the LaTTe JVM is competitive with that
of commercial JVMs, such as Sun's Hotspot and JDK 1.2 production release,
even without exploiting adaptive compilation.


LaTTe runs on top of Solaris 2.5 or higher on UltraSPARCs. Currently,
there are no plans to port LaTTe to other platforms.


LaTTe was developed by the MASS Laboratory at Seoul National University
with sponsorship from the IBM T.J. Watson Research Center.


For downloading, documentation, and support please visit
http://latte.snu.ac.kr/


===============================================================


Thank you very much for your time in reading this announcement.
If you have any questions about LaTTe, please contact us at
smoon@altair.snu.ac.kr, and we would be happy to help to the
extent we can. Please feel free to pass this announcement on to
other colleagues who might be interested. We hope you will enjoy
the LaTTe web site.


Prof. Soo-Mook Moon
Seoul National University


Dr. Kemal Ebcioglu
IBM T.J. Watson Research Center


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.