<html><head/><body><html><head></head><body><p>Hi Alex, </p>
<p>This needs a corresponding test in test_pypy_c.py </p>
<p>Cheers, </p>
<p>Carl Friedrich </p>
<br><br><div class="gmail_quote">alex_gaynor <noreply@buildbot.pypy.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif; margin-top: 0px">Author: Alex Gaynor <alex.gaynor@gmail.com><br />Branch: <br />Changeset: r60800:9aeefdb4841d<br />Date: 2013-01-31 17:54 -0800<br /><a href="http://bitbucket.org/pypy/pypy/changeset/9aeefdb4841d">http://bitbucket.org/pypy/pypy/changeset/9aeefdb4841d</a>/<br /><br />Log: hidden frames are fairly rare, it's ok to unroll this<br /><br />diff --git a/pypy/interpreter/<a href="http://executioncontext.py">executioncontext.py</a> b/pypy/interpreter/<a href="http://executioncontext.py">executioncontext.py</a><br />--- a/pypy/interpreter/<a href="http://executioncontext.py">executioncontext.py</a><br />+++ b/pypy/interpreter/<a href="http://executioncontext.py">executioncontext.py</a><br />@@ -40,6 +40,7 @@<br />def gettopframe(self):<br />return self.topframeref()<br /><br />+    @jit.unroll_safe<br />def gettopframe_nohidden(self):<br />frame = self.topframeref()<br />while frame and
frame.hide():<br /><hr /><br />pypy-commit mailing list<br />pypy-commit@python.org<br /><a href="http://mail.python.org/mailman/listinfo/pypy-commit">http://mail.python.org/mailman/listinfo/pypy-commit</a><br /></pre></blockquote></div><br>
<br>
</body></html></body></html>