[pypy-svn] r58170 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Mon Sep 15 23:09:54 CEST 2008


Author: arigo
Date: Mon Sep 15 23:09:51 2008
New Revision: 58170

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
The default level is really 2, for now.


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Mon Sep 15 23:09:51 2008
@@ -565,8 +565,8 @@
    over one hour) and extremely RAM-hungry (kill it if it
    starts swapping heavily).  If you have less than 1.5 GB of
    RAM (or a slow machine) you might want to pick the
-   `optimization level`_ `1` in the next step.  The default
-   level `3` gives much better results, though.
+   `optimization level`_ `1` in the next step.  A level of
+   `2` or `3` gives much better results, though.
 
 3. Run::
 



More information about the Pypy-commit mailing list