Author: Antonio Cuni <anto.c...@gmail.com>
Branch: autoreds
Changeset: r58862:961e69cc71c5
Date: 2012-11-13 21:50 +0100
http://bitbucket.org/pypy/pypy/changeset/961e69cc71c5/

Log:    bah. "typo" which made all the jit tests failing"

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
@@ -257,7 +257,7 @@
         new_portals = set()
         for caller, callee in callgraph:
             func = getattr(callee, 'func', None)
-            _inline_in_portal_ = getattr(func, '_inline_in_portal_', True)
+            _inline_in_portal_ = getattr(func, '_inline_in_portal_', False)
             if _inline_in_portal_:
                 count = inline.inline_function(self.translator, callee, caller,
                                                lltype_to_classdef, 
raise_analyzer)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to