Skip to content
Snippets Groups Projects
Commit c50aad04 authored by Armin Rigo's avatar Armin Rigo
Browse files

Add a paragraph.

parent 2d756d1a
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@
<span id="other-versions-without-a-jit"></span><h1>Other versions</h1>
<p>The other versions of PyPy are:</p>
<ul class="simple">
<li>The most up-to-date nightly build with a JIT, if the official
release is too old for what you want to do.</li>
<li>No JIT: A version without the JIT. Consumes a bit less memory
and may be faster on short-running scripts.</li>
<li>Stackless: Provides <a class="reference external" href="http://www.stackless.com/">Stackless</a> extensions, as well as <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>.
......
......@@ -55,6 +55,9 @@
The other versions of PyPy are:
* The most up-to-date nightly build with a JIT, if the official
release is too old for what you want to do.
* No JIT: A version without the JIT. Consumes a bit less memory
and may be faster on short-running scripts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment