[pypy-svn] r67079 - pypy/branch/pyjitpl5/pypy/jit/tl

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Aug 21 17:34:03 CEST 2009


Author: cfbolz
Date: Fri Aug 21 17:34:02 2009
New Revision: 67079

Modified:
   pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
Log:
use sharing dict with pypyjit


Modified: pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	Fri Aug 21 17:34:02 2009
@@ -44,6 +44,7 @@
 config.objspace.std.withrangelist = True
 config.objspace.std.withsharingdict = True
 config.objspace.std.withmethodcache = True
+config.objspace.std.withsharingdict = True
 
 if BACKEND == 'c':
     config.objspace.std.multimethods = 'mrd'



More information about the Pypy-commit mailing list