[pypy-commit] pypy jit-targets: dissable fallback for now

hakanardo noreply at buildbot.pypy.org
Sun Dec 11 10:32:57 CET 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-targets
Changeset: r50364:cb17a24f8acd
Date: 2011-12-11 10:32 +0100
http://bitbucket.org/pypy/pypy/changeset/cb17a24f8acd/

Log:	dissable fallback for now

diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/jit/metainterp/compile.py
@@ -209,6 +209,7 @@
     try:
         optimize_trace(metainterp_sd, part, jitdriver_sd.warmstate.enable_opts)
     except InvalidLoop:
+        return None # XXX: Dissable for now
         # Fall back on jumping to preamble
         target_token = label.getdescr()
         assert isinstance(target_token, TargetToken)


More information about the pypy-commit mailing list