]> git.ipfire.org Git - thirdparty/gcc.git/commit
* hashtable.c (ht_expand): Avoid calculating rehash for the common
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2003 22:29:17 +0000 (22:29 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Aug 2003 22:29:17 +0000 (22:29 +0000)
commitec64a609bf7f60b8d6c0329280df99fbe5d8ca6c
treec56487fa5d7f717c41116718e450a2f92ae59134
parent3410d87a56fd8b5abd55ddbf80ad7374783bb205
* hashtable.c (ht_expand): Avoid calculating rehash for the common
case that the first probe hits an empty hash table slot.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70706 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/hashtable.c