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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 15 18:32:32 CET 2007


Author: cfbolz
Date: Thu Feb 15 18:32:31 2007
New Revision: 38939

Modified:
   pypy/dist/pypy/doc/translation.txt
Log:
link to correct option


Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt	(original)
+++ pypy/dist/pypy/doc/translation.txt	Thu Feb 15 18:32:31 2007
@@ -537,6 +537,7 @@
 "explodes" objects and thus saves one allocation in this simple (but quite
 common) situation.
 
+
 Escape Analysis and Stack Allocation
 ++++++++++++++++++++++++++++++++++++
 
@@ -577,7 +578,7 @@
 implement stack allocation with any of the other GCs that PyPy can
 use.
 
-Enable this optimization with :config:`translation.backendopt.mallocs`.
+Enable this optimization with :config:`translation.backendopt.heap2stack`.
 
 
 The Stackless Transform



More information about the Pypy-commit mailing list