[pypy-commit] pypy default: Changed the default DICT_INITSIZE

arigo noreply at buildbot.pypy.org
Mon Jan 19 12:07:35 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r75434:3ab517117ed9
Date: 2015-01-19 12:07 +0100
http://bitbucket.org/pypy/pypy/changeset/3ab517117ed9/

Log:	Changed the default DICT_INITSIZE

diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py
--- a/pypy/module/pypyjit/test_pypy_c/test_containers.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_containers.py
@@ -68,7 +68,7 @@
             guard_no_exception(descr=...)
             i12 = call(ConstClass(ll_strhash), p10, descr=<Calli . r EF=0>)
             p13 = new(descr=...)
-            p15 = new_array_clear(8, descr=<ArrayU 1>)
+            p15 = new_array_clear(16, descr=<ArrayU 1>)
             {{{
             setfield_gc(p13, 0, descr=<FieldS dicttable.num_ever_used_items .+>)
             setfield_gc(p13, p15, descr=<FieldP dicttable.indexes .+>)


More information about the pypy-commit mailing list