[pypy-commit] pypy callback-jit: this clearly didn't work

fijal noreply at buildbot.pypy.org
Wed Dec 26 20:55:49 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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)
 


More information about the pypy-commit mailing list