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

regen

parent 17f759c5
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,6 @@
</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>
......@@ -156,6 +155,5 @@
</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">
......@@ -160,13 +158,8 @@
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
......
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