[pypy-commit] pypy default: update values

mattip noreply at buildbot.pypy.org
Wed Mar 4 17:27:55 CET 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r76244:9093d490654c
Date: 2015-03-04 18:28 +0200
http://bitbucket.org/pypy/pypy/changeset/9093d490654c/

Log:	update values

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
@@ -238,15 +238,15 @@
             'getfield_gc': 5,
             'getfield_gc_pure': 51,
             'guard_class': 3,
-            'guard_false': 13,
+            'guard_false': 12,
             'guard_nonnull': 11,
             'guard_nonnull_class': 3,
             'guard_not_invalidated': 2,
             'guard_true': 10,
-            'guard_value': 5,
+            'guard_value': 6,
             'int_add': 13,
             'int_ge': 4,
-            'int_is_true': 4,
+            'int_is_true': 3,
             'int_is_zero': 4,
             'int_le': 2,
             'int_lt': 3,
@@ -616,15 +616,15 @@
             'getfield_gc': 6,
             'getfield_gc_pure': 63,
             'guard_class': 5,
-            'guard_false': 20,
+            'guard_false': 19,
             'guard_nonnull': 6,
             'guard_nonnull_class': 1,
             'guard_not_invalidated': 3,
             'guard_true': 16,
-            'guard_value': 2,
+            'guard_value': 3,
             'int_add': 24,
             'int_ge': 4,
-            'int_is_true': 6,
+            'int_is_true': 5,
             'int_is_zero': 4,
             'int_le': 5,
             'int_lt': 7,


More information about the pypy-commit mailing list