[pypy-commit] pypy type-specialized-instances: on the branch mapdict needs tagged pointers

cfbolz noreply at buildbot.pypy.org
Fri Jan 11 11:08:46 CET 2013


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: type-specialized-instances
Changeset: r59949:a6da532ea8b0
Date: 2013-01-11 11:05 +0100
http://bitbucket.org/pypy/pypy/changeset/a6da532ea8b0/

Log:	on the branch mapdict needs tagged pointers

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -238,6 +238,7 @@
                    default=False,
                    requires=[("objspace.std.getattributeshortcut", True),
                              ("objspace.std.withmethodcache", True),
+                             ("translation.taggedpointers", True),
                        ]),
 
         BoolOption("withrangelist",


More information about the pypy-commit mailing list