[pypy-svn] r33523 - pypy/branch/even-more-config3/pypy/translator

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Oct 21 13:24:45 CEST 2006


Author: cfbolz
Date: Sat Oct 21 13:24:44 2006
New Revision: 33523

Modified:
   pypy/branch/even-more-config3/pypy/translator/driver.py
Log:
don't set the lowmem default to False (since lowmem is not a pure pypy
interpreter option, since it only disables geninterp). the lowmem default is
False anyway...


Modified: pypy/branch/even-more-config3/pypy/translator/driver.py
==============================================================================
--- pypy/branch/even-more-config3/pypy/translator/driver.py	(original)
+++ pypy/branch/even-more-config3/pypy/translator/driver.py	Sat Oct 21 13:24:44 2006
@@ -25,7 +25,6 @@
   'translation.debug': True,
   'translation.insist': False,
   'translation.backend': 'c',
-  'translation.lowmem': False,
   'translation.fork_before': None,
   'translation.backendopt.raisingop2direct_call' : False,
   'translation.backendopt.merge_if_blocks': True,



More information about the Pypy-commit mailing list