Descriptionruntime: fix float64 hash on 32-bit machine
Multiplying by the low 32 bits was a bad idea
no matter what, but it was a particularly unfortunate
choice because those bits are 0 for small integer values.
Fixes issue 2883.
Patch Set 1 #Patch Set 2 : diff -r 33b81249a41c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r bb5ea3688ba2 https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|