[pypy-svn] r64665 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Sat Apr 25 11:19:08 CEST 2009


Author: arigo
Date: Sat Apr 25 11:19:05 2009
New Revision: 64665

Modified:
   pypy/trunk/pypy/doc/windows.txt
Log:
Fix the name of the option requiring Boehm.


Modified: pypy/trunk/pypy/doc/windows.txt
==============================================================================
--- pypy/trunk/pypy/doc/windows.txt	(original)
+++ pypy/trunk/pypy/doc/windows.txt	Sat Apr 25 11:19:05 2009
@@ -33,8 +33,10 @@
 The Boehm garbage collector
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-This library is needed if you plan to use the ``--gc=ref`` translation
-option.  You may get it at
+This library is needed if you plan to use the ``--gc=boehm`` translation
+option (this is the default at some optimization levels like ``-O1``,
+but unneeded for high-performance translations like ``-O2``).
+You may get it at
 http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz
 
 Versions 7.0 and 7.1 are known to work; the 6.x series won't work with



More information about the Pypy-commit mailing list