<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-win32.zip">Windows binary (32bit)</a> (you might need the <aclass="reference external"href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2008 runtime library
installer vcredist_x86.exe</a>.)</li>
<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (unix line endings)</a></li>
<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (also unix line endings, sorry)</a></li>
<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (tar.bz2, unix line endings)</a></li>
<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (zip, also unix line endings, sorry)</a></li>
</ul>
...
...
@@ -96,4 +96,6 @@
</ul>
<p>If your CPU is really old, it may not have SSE2. In this case, you need
to <aclass="reference internal"href="#translate">translate</a> yourself with the option <ttclass="docutils literal"><spanclass="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy-upstream_2.0~alpha+arm_armhf.deb">Linux deb for raspbian (raspberry pi)</a></li>
</ul>
<p>If your CPU is really old, it may not have SSE2. In this case, you need
to <aclass="reference internal"href="#translate">translate</a> yourself with the option <ttclass="docutils literal"><spanclass="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
sandboxing and the JIT compiler, although as the JIT is relatively
complicated, this reduces a bit the level of confidence we can put in
the result.) <strong>Note that the sandboxed binary needs a full pypy checkout
to work</strong>. Consult the <aclass="reference external"href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details<ul>
to work</strong>. Consult the <aclass="reference external"href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details. (These are old,