[pypy-svn] r58581 - pypy/branch/gc-experiments/pypy/config

fijal at codespeak.net fijal at codespeak.net
Fri Oct 3 00:05:54 CEST 2008


Author: fijal
Date: Fri Oct  3 00:05:53 2008
New Revision: 58581

Modified:
   pypy/branch/gc-experiments/pypy/config/translationoption.py
Log:
use markcompact for --opt=mem translations. Just for fun...


Modified: pypy/branch/gc-experiments/pypy/config/translationoption.py
==============================================================================
--- pypy/branch/gc-experiments/pypy/config/translationoption.py	(original)
+++ pypy/branch/gc-experiments/pypy/config/translationoption.py	Fri Oct  3 00:05:53 2008
@@ -300,7 +300,7 @@
     '0':    'boehm       nobackendopt',
     '1':    'boehm       lowinline',
     'size': 'boehm       lowinline     remove_asserts',
-    'mem':  'marksweep   lowinline     remove_asserts',
+    'mem':  'markcompact lowinline     remove_asserts',
     '2':    'hybrid      extraopts',
     '3':    'hybrid      extraopts     remove_asserts',
     }



More information about the Pypy-commit mailing list