[pypy-svn] pypy jit-lsprofile: Aha! This is the offender. Don't do it at this level

fijal commits-noreply at bitbucket.org
Thu Mar 24 18:44:25 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jit-lsprofile
Changeset: r42907:28e13536d138
Date: 2011-03-24 11:44 -0600
http://bitbucket.org/pypy/pypy/changeset/28e13536d138/

Log:	Aha! This is the offender. Don't do it at this level

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