[pypy-commit] pypy SpecialisedTuples: Add 'withspecialisedtuple' by default, at least for testing the result.

arigo noreply at buildbot.pypy.org
Thu Dec 8 14:47:43 CET 2011


Author: Armin Rigo <arigo at 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)
 


More information about the pypy-commit mailing list