[pypy-svn] r68215 - pypy/trunk/pypy/jit/tl

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Oct 6 18:39:38 CEST 2009


Author: cfbolz
Date: Tue Oct  6 18:39:38 2009
New Revision: 68215

Modified:
   pypy/trunk/pypy/jit/tl/pypyjit.py
Log:
small hack to fix pypyjit.py


Modified: pypy/trunk/pypy/jit/tl/pypyjit.py
==============================================================================
--- pypy/trunk/pypy/jit/tl/pypyjit.py	(original)
+++ pypy/trunk/pypy/jit/tl/pypyjit.py	Tue Oct  6 18:39:38 2009
@@ -31,6 +31,7 @@
 
 config = get_pypy_config(translating=True)
 config.translation.backendopt.inline_threshold = 0
+config.translation.gc = 'boehm'
 config.objspace.nofaking = True
 config.objspace.compiler = "ast"
 config.translating = True



More information about the Pypy-commit mailing list