Author: Armin Rigo <[email protected]>
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 .+>)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to