Giter Club home page Giter Club logo

bluepilgrim / latte Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hayounglee/latte

0.0 1.0 0.0 643 KB

LaTTe is a virtual machine designed to execute Java bytecodes (we're not calling it a Java virtual machine here since it hasn't actually passed the Java compatibility tests). It is supposed to be a research prototype for implementing various optimization techniques.

License: Other

C 95.53% Shell 0.26% C++ 2.29% JavaScript 0.09% Assembly 1.78% Objective-C 0.05%

latte's Introduction

README for LaTTe
================

LaTTe is a virtual machine designed to execute Java bytecodes (we're
not calling it a Java virtual machine here since it hasn't actually
passed the Java compatibility tests).  It is supposed to be a research
prototype for implementing various optimization techniques.

LaTTe includes a fast and effective JIT compiler, and has a basic
framework for supporting adaptive compilation, which includes a
reasonably fast interpreter.

Since the primary purpose of this machine is the study of better
optimizations for runtime compilers, it is not very complete besides
the translator itself.  It doesn't support JNI nor the AWT library,
for example.

The machine runs only on Solaris 2.5 or higher on UltraSPARCs.  The
GNU C Compiler is required to build it (the versions used for
development were 2.7.2.3.f.1 and 2.95.1, although other versions
higher than 2.7.2 should also work).

For installation instructions, read the file INSTALL.  For licensing
terms, read the file LICENSE.  Also, a user manual written in Texinfo
is available in the doc/ directory.

Bugs not listed in the BUGS file or missing features not listed in the
TODO file should be reported to <[email protected]>, or
alternatively with the bug reporting form located at the LaTTe home
page.  Patches to fix these bugs would of course be welcome (as long
as they're correct!).

If you incorporate part or all of LaTTe in some commercial product or
research project, we would appreciate it if you acknowledge Seoul
National University.  (Of course, doing so doesn't absolve you from
having to include all the copyrights, licensing conditions, and
disclaimers as outlined in the license.)

For more information on LaTTe, visit <http://latte.snu.ac.kr/>.

latte's People

Contributors

hayoung-ubivelox avatar

Watchers

David Yang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.