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

Drop the "backend=cli" command-line here.

parent bc8c5743
No related branches found
No related tags found
No related merge requests found
......@@ -159,10 +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 --backend=cli # only for branch/cli-jit
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
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
......
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