[pypy-svn] pypy default: Port a crucial fix for pypyjit.py

fijal commits-noreply at bitbucket.org
Sat Apr 9 18:28:06 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r43247:e24b5524e3ad
Date: 2011-04-09 17:46 +0200
http://bitbucket.org/pypy/pypy/changeset/e24b5524e3ad/

Log:	Port a crucial fix for pypyjit.py

diff --git a/pypy/jit/tl/pypyjit.py b/pypy/jit/tl/pypyjit.py
--- a/pypy/jit/tl/pypyjit.py
+++ b/pypy/jit/tl/pypyjit.py
@@ -101,7 +101,7 @@
 
     # first annotate, rtype, and backendoptimize PyPy
     try:
-        interp, graph = get_interpreter(entry_point, [], backendopt=True,
+        interp, graph = get_interpreter(entry_point, [], backendopt=False,
                                         config=config,
                                         type_system=config.translation.type_system,
                                         policy=PyPyAnnotatorPolicy(space))


More information about the Pypy-commit mailing list