]> Cypherpunks repositories - gostls13.git/commit
runtime: simplify evacuate's handling of NaNs
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 00:41:44 +0000 (17:41 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 18:19:47 +0000 (18:19 +0000)
commit8a9d4184e6e175194e262bde5fe321838b5d40c4
tree22111c2adcf9de9248425985c8a0519bd0082f0a
parent1ba4556a2c84f552f7c9697ad7323fd6cdbc6970
runtime: simplify evacuate's handling of NaNs

The new code is not quite equivalent to the old,
in that if newbit was very large it might have altered the new tophash.
The old behavior is unnecessary and probably undesirable.

Change-Id: I7fb3222520cb61081a857adcddfbb9078ead7122
Reviewed-on: https://go-review.googlesource.com/56930
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/hashmap.go