diff --git a/source/features.txt b/source/features.txt index 51a1d46eecded541fcfef368a7c7295d380f0ff7_c291cmNlL2ZlYXR1cmVzLnR4dA==..4e523c1fabd3b8db58acc2a98c6ccadfdd80d865_c291cmNlL2ZlYXR1cmVzLnR4dA== 100644 --- a/source/features.txt +++ b/source/features.txt @@ -79,8 +79,8 @@ * **the .NET backend:** you get a version of ``pypy-c`` that runs natively in the .NET/CLI VM. Of particular interest is `the cli-jit - branch,`_ in which you can make a version of ``pypy-c`` which also + branch`_, in which you can make a version of ``pypy-c`` which also contains a high-level JIT compiler (it compiles your Python programs Just in Time into CLR bytecodes, which are in turn compiled natively by the VM). @@ -83,13 +83,14 @@ contains a high-level JIT compiler (it compiles your Python programs Just in Time into CLR bytecodes, which are in turn compiled natively by the VM). -* **the Java backend:** PyPy can run on the Java VM, but more - care is needed to finish this project. Writing a backend for our - high-level JIT compiler would be excellent. `Contact us!`_ +* **the Java backend:** PyPy can run on the Java VM, but more care is + needed to finish this project. (Requires `the cli-jit branch`_ for + now.) Writing a backend for our high-level JIT compiler would be + excellent. `Contact us!`_ * **Other languages:** available in a `separate part of the repository`_, we implemented other languages too: Prolog_ (almost complete), as well as Smalltalk, JavaScript, Io, Scheme and Gameboy. @@ -90,10 +91,10 @@ * **Other languages:** available in a `separate part of the repository`_, we implemented other languages too: Prolog_ (almost complete), as well as Smalltalk, JavaScript, Io, Scheme and Gameboy. -.. _`the cli-jit branch,`: http://codespeak.net/svn/pypy/branch/cli-jit/ +.. _`the cli-jit branch`: http://codespeak.net/svn/pypy/branch/cli-jit/ .. _`contact us!`: http://codespeak.net/mailman/listinfo/pypy-dev .. _`separate part of the repository`: http://codespeak.net/svn/pypy/lang/ .. _Prolog: http://codespeak.net/svn/pypy/lang/prolog