[pypy-commit] pypy gc_no_cleanup_nursery: two more setfields from storing zeros

fijal noreply at buildbot.pypy.org
Thu Sep 25 10:16:02 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: gc_no_cleanup_nursery
Changeset: r73690:8d7bbecc3846
Date: 2014-09-25 10:15 +0200
http://bitbucket.org/pypy/pypy/changeset/8d7bbecc3846/

Log:	two more setfields from storing zeros

diff --git a/rpython/jit/metainterp/test/test_dict.py b/rpython/jit/metainterp/test/test_dict.py
--- a/rpython/jit/metainterp/test/test_dict.py
+++ b/rpython/jit/metainterp/test/test_dict.py
@@ -171,7 +171,7 @@
         self.check_resops({'new_array': 2, 'getfield_gc': 2,
                            'guard_true': 2, 'jump': 1,
                            'new_with_vtable': 2, 'getinteriorfield_gc': 2,
-                           'setfield_gc': 6, 'int_gt': 2, 'int_sub': 2,
+                           'setfield_gc': 8, 'int_gt': 2, 'int_sub': 2,
                            'call': 10, 'int_and': 2,
                            'guard_no_exception': 8, 'new': 2,
                            'guard_false': 2, 'int_is_true': 2})


More information about the pypy-commit mailing list