]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: correct a logic error in hashmap growth.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jul 2012 03:57:28 +0000 (03:57 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Jul 2012 03:57:28 +0000 (03:57 +0000)
commit73fdd92fd437f6918e38a300b0c06830f7ea9711
treee708a2a9ba5a763d50af61412aa931e904bab4f7
parent912ffd0e1f019ef0d8f5796f9c08a69058d5589e
runtime: correct a logic error in hashmap growth.

The bug prevented maps to grow properly to sizes
larger than 1.3 million.

From Rémy Oudompheng.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189766 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/runtime/go-new-map.c