diff --git a/download.html b/download.html index c233be4ff4bbc2a44621147f775e530252049c94_ZG93bmxvYWQuaHRtbA==..dac749cdd52e7e00e0e1d0ca26dc48d0e250db8b_ZG93bmxvYWQuaHRtbA== 100644 --- 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 index c233be4ff4bbc2a44621147f775e530252049c94_c291cmNlL2Rvd25sb2FkLnR4dA==..dac749cdd52e7e00e0e1d0ca26dc48d0e250db8b_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- 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