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

Update

parent ba0ccd28
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,8 @@
</pre>
</li>
<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>
of options (works also with <tt class="docutils literal">python</tt> instead of <tt class="docutils literal">pypy</tt>;
requires Python 2.x or PyPy 2):</p>
<pre class="literal-block">
pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get the JIT version
pypy ../../rpython/bin/rpython -O2 targetpypystandalone # get the no-jit version
......
......@@ -270,7 +270,8 @@
cd pypy/pypy/goal
4. Run the ``rpython`` script. Here are the common combinations
of options (works also with ``python`` instead of ``pypy``)::
of options (works also with ``python`` instead of ``pypy``;
requires Python 2.x or PyPy 2)::
pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get the JIT version
pypy ../../rpython/bin/rpython -O2 targetpypystandalone # get the no-jit version
......
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