[pypy-commit] pypy.org extradoc: Bah. Update

arigo noreply at buildbot.pypy.org
Sun Apr 7 15:56:31 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r399:dac749cdd52e
Date: 2013-04-07 15:56 +0200
http://bitbucket.org/pypy/pypy.org/changeset/dac749cdd52e/

Log:	Bah. Update

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -157,9 +157,9 @@
 <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 ../../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
+pypy ../../rpython/bin/rpython -Ojit targetpypystandalone           # get the JIT version
+pypy ../../rpython/bin/rpython -O2 targetpypystandalone             # get the no-jit version
+pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone   # 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
@@ -183,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 ../../rpython/bin/rpython -Ojit
+PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ../../rpython/bin/rpython -Ojit targetpypystandalone
 </pre>
 </li>
 <li><p class="first">Because of <tt class="docutils literal">asmgcroot</tt>, compiling the generated C files containing the JIT
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -159,9 +159,9 @@
 4. Run the ``rpython`` script.  Here are the common combinations
    of options (works also with ``python`` instead of ``pypy``)::
 
-     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
+     pypy ../../rpython/bin/rpython -Ojit targetpypystandalone           # get the JIT version
+     pypy ../../rpython/bin/rpython -O2 targetpypystandalone             # get the no-jit version
+     pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone   # get the sandbox version
 
 5. Enjoy Mandelbrot ``:-)``  It takes on the order of half an hour to
    finish the translation, and 2.x GB of RAM on a 32-bit system
@@ -183,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. ::
 
-    PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ../../rpython/bin/rpython -Ojit
+    PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ../../rpython/bin/rpython -Ojit targetpypystandalone
 
 * Because of ``asmgcroot``, compiling the generated C files containing the JIT
   is delicate.  It requires using either MSVC or gcc with no particularly


More information about the pypy-commit mailing list