Author: Alex Gaynor <[email protected]>
Branch: unroll-if-alt
Changeset: r47361:6d7f141c0132
Date: 2011-09-19 21:49 -0400
http://bitbucket.org/pypy/pypy/changeset/6d7f141c0132/

Log:    possible translation fix.

diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -138,6 +138,7 @@
                 # trampoline.oopspec = func.oopspec
                 del func.oopspec
             trampoline.__name__ = func.__name__ + "_trampoline"
+            trampoline._annspecialcase_ = "specialize:call_location"
 
             def f(%(arguments)s):
                 if predicate(%(arguments)s):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to