Descriptionruntime: detect hash map collision problems
This can only happen if the hash function we're using is getting
far more than it's fair share of collisions, but that has happened
to us repeatedly as we've expanded the allowed use cases for
hash tables (issue 1544, issue 2609, issue 2630, issue 2883, issue 3695).
Maybe this will help the next time we try something new.
Patch Set 1 #Patch Set 2 : diff -r 5f4c5ee2f0ad https://go.googlecode.com/hg/ #Patch Set 3 : diff -r e23033c49bcf https://code.google.com/p/go/ #Patch Set 4 : diff -r e23033c49bcf https://code.google.com/p/go/ #MessagesTotal messages: 5
|