[pypy-commit] pypy numpypy-out: fix zjit arraylen_gc count

mattip noreply at buildbot.pypy.org
Sat Mar 24 20:55:20 CET 2012


Author: mattip
Branch: numpypy-out
Changeset: r53969:7fb6f88a0063
Date: 2012-03-24 21:53 +0200
http://bitbucket.org/pypy/pypy/changeset/7fb6f88a0063/

Log:	fix zjit arraylen_gc count

diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -131,7 +131,7 @@
         #            bogus. We need to improve the situation somehow.
         self.check_simple_loop({'getinteriorfield_raw': 2,
                                 'setinteriorfield_raw': 1,
-                                'arraylen_gc': 1,
+                                'arraylen_gc': 2,
                                 'guard_true': 1,
                                 'int_lt': 1,
                                 'jump': 1,


More information about the pypy-commit mailing list