Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59571:c9defe22dc95
Date: 2012-12-26 21:55 +0200
http://bitbucket.org/pypy/pypy/changeset/c9defe22dc95/

Log:    this clearly didn't work

diff --git a/pypy/jit/metainterp/warmspot.py b/pypy/jit/metainterp/warmspot.py
--- a/pypy/jit/metainterp/warmspot.py
+++ b/pypy/jit/metainterp/warmspot.py
@@ -1011,8 +1011,6 @@
         # the origportal now can raise (even if it did not raise before),
         # which means that we cannot inline it anywhere any more, but that's
         # fine since any forced inlining has been done before
-        if hasattr(origportalgraph, '_always_inline_'):
-            del origportalgraph._always_inline_
         #
         checkgraph(origportalgraph)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to