• [^] # Re: Pas de machine virtuelle Java Libre ?

    Posté par (site web personnel) . En réponse à la dépêche FreeTTS : de la synthèse vocale libre. Évalué à 3.

    $ apt-cache show orp
    Package: orp
    ...
    Description: Java VM and JIT from Intel Research Lab.
    ORP stands for Open Runtime Platform, which is an Intel(TM) Open
    Source research platform for investigating dynamic compilation and
    memory management technologies. The basic ORP system incorporates a
    fast code generating JIT (Just-In-Time) as well as an optimizing
    .
    JIT. It also includes several GC (Garbage Collection) algorithms,
    ranging from a simple mark-sweep algorithm to an advanced train
    algorithm.

    $ apt-cache show sablevm
    Package: sablevm
    ....
    Description: Free implementation of Java Virtual Machine (JVM) second edition
    SableVM is a portable bytecode interpreter written in C and implementing
    the Java virtual machine specification, second edition. Its goals are to be
    reasonably small, fast, and efficient, as well as providing a well-designed
    and robust platform for conducting research.