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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Jan 10 23:45:32 CET 2007


Author: cfbolz
Date: Wed Jan 10 23:45:31 2007
New Revision: 36446

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
add shadow tracking to --faassen (mostly to have it be benchmarked tonight on
tuatara).


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Wed Jan 10 23:45:31 2007
@@ -169,6 +169,7 @@
                              ("translation.profopt",
                               "-c 'from richards import main;main(); from test import pystone; pystone.main()'"),
                              ("objspace.std.withstrjoin", True),
+                             ("objspace.std.withshadowtracking", True),
                              ("objspace.std.withstrslice", True),
                              ("objspace.std.withsmallint", True),
                              ("objspace.std.withrangelist", True),



More information about the Pypy-commit mailing list