Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r395:4673a6bd3cc6 Date: 2013-04-07 14:53 +0200 http://bitbucket.org/pypy/pypy.org/changeset/4673a6bd3cc6/
Log: regen diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -151,22 +151,15 @@ </li> <li><p class="first">Enter the <tt class="docutils literal">goal</tt> directory:</p> <pre class="literal-block"> -cd pypy/pypy/translator/goal # release 2.0-beta-2 -cd pypy/pypy/goal # current trunk +cd pypy/pypy/goal </pre> </li> -<li><p class="first">Run the <tt class="docutils literal">translate.py</tt> script (called <tt class="docutils literal">rpython.py</tt> in the current -trunk). Here are the common combinations +<li><p class="first">Run the <tt class="docutils literal">rpython</tt> script. Here are the common combinations of options (works also with <tt class="docutils literal">python</tt> instead of <tt class="docutils literal">pypy</tt>):</p> <pre class="literal-block"> -pypy translate.py -Ojit # get the JIT version -pypy translate.py -O2 # get the no-jit version -pypy translate.py -O2 --sandbox # get the sandbox version -pypy translate.py -Ojit --backend=cli # only for branch/cli-jit -</pre> -<p>Or with the current trunk:</p> -<pre class="literal-block"> -../../rpython/bin/rpython -Ojit # or -O2, etc. +pypy ../../rpython/bin/rpython -Ojit # get the JIT version +pypy ../../rpython/bin/rpython -O2 # get the no-jit version +pypy ../../rpython/bin/rpython -O2 --sandbox # get the sandbox version </pre> </li> <li><p class="first">Enjoy Mandelbrot <tt class="docutils literal"><span class="pre">:-)</span></tt> It takes on the order of half an hour to @@ -190,7 +183,7 @@ Linux 64-bit; probably not much more than 1.6 GB on 32-bit). It should be noted that it is less than with CPython.</p> <pre class="literal-block"> -PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ./translate.py -Ojit +PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ../../rpython/bin/rpython -Ojit </pre> </li> <li><p class="first">Because of <tt class="docutils literal">asmgcroot</tt>, compiling the generated C files containing the JIT _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
