[pypy-svn] r55007 - pypy/dist/pypy/config

arigo at codespeak.net arigo at codespeak.net
Tue May 20 16:26:49 CEST 2008


Author: arigo
Date: Tue May 20 16:26:45 2008
New Revision: 55007

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
Try to enable this by default.


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Tue May 20 16:26:45 2008
@@ -326,6 +326,7 @@
                              ("objspace.std.optimized_list_getitem", True),
                              ("objspace.std.getattributeshortcut", True),
                              ("translation.list_comprehension_operations",True),
+                             ("translation.backendopt.remove_asserts",True),
                              ],
                    cmdline="--allopts --faassen", negation=False),
 



More information about the Pypy-commit mailing list