Author: Armin Rigo <ar...@tunes.org>
Branch: SpecialisedTuples
Changeset: r50299:1f3ae2d48981
Date: 2011-12-08 14:47 +0100
http://bitbucket.org/pypy/pypy/changeset/1f3ae2d48981/

Log:    Add 'withspecialisedtuple' by default, at least for testing the
        result.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -366,6 +366,7 @@
         config.objspace.std.suggest(optimized_list_getitem=True)
         config.objspace.std.suggest(getattributeshortcut=True)
         config.objspace.std.suggest(newshortcut=True)
+        config.objspace.std.suggest(withspecialisedtuple=True)
         #if not IS_64_BITS:
         #    config.objspace.std.suggest(withsmalllong=True)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to