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

arigo at codespeak.net arigo at codespeak.net
Sat Jul 12 16:40:44 CEST 2008


Author: arigo
Date: Sat Jul 12 16:40:42 2008
New Revision: 56502

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
As usual we didn't get around to remove --faassen yet.
At least we can stop documenting it and mention --allopts instead.


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Sat Jul 12 16:40:42 2008
@@ -551,7 +551,7 @@
 nowadays is::
 
     cd pypy/translator/goal
-    python translate.py --gc=hybrid --thread targetpypystandalone.py --allworkingmodules --faassen
+    python translate.py --gc=hybrid --thread targetpypystandalone.py --allworkingmodules --allopts
 
 Dependencies: this will compile all supported built-in modules, some of
 which have external dependencies.  On a Debian Linux, for example, you
@@ -566,7 +566,7 @@
 exact generational garbage collector implementation, whose performance
 is rather good nowadays.  The ``--thread`` option enables the thread
 module, which is still slightly experimental.
-The ``--faassen`` option enables all the
+The ``--allopts`` option enables all the
 worthwhile performance optimizations, but slows down the translation
 itself.  On Linux 32-bit Intel machines, if you don't need threads, you
 can get some extra speed (and extra translation time) by removing



More information about the Pypy-commit mailing list