On Tue, 17 Apr 2012, Arne Goedeke wrote:
There is other places where object-local storage might help. Mapping rehash for instance could be made much simpler, now that we have power of 2 hashtables (the bucket n gets split into bucket n and n*2 when the hashtable grows). [...]
Thats actually not correct. Its n and hashsize + n.