[pypy-commit] pypy default: after armin's changes about elidable raising functions, we generate guard_no_exception here

antocuni noreply at buildbot.pypy.org
Fri Jul 29 10:11:19 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r46084:6114ad40966a
Date: 2011-07-29 10:11 +0200
http://bitbucket.org/pypy/pypy/changeset/6114ad40966a/

Log:	after armin's changes about elidable raising functions, we generate
	guard_no_exception here

diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py
--- a/pypy/module/pypyjit/test_pypy_c/test_misc.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_misc.py
@@ -63,6 +63,7 @@
             i7 = int_gt(i4, 1)
             guard_true(i7, descr=...)
             p9 = call(ConstClass(fromint), i4, descr=...)
+            guard_no_exception(descr=...)
             p11 = call(ConstClass(rbigint.mul), p5, p9, descr=...)
             guard_no_exception(descr=...)
             i13 = int_sub(i4, 1)


More information about the pypy-commit mailing list