]> Cypherpunks repositories - gostls13.git/commit
runtime: don't cache t.key.alg in evacuate
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 01:01:05 +0000 (18:01 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 18 Aug 2017 18:20:10 +0000 (18:20 +0000)
commitb5c42111590e1b06d27a0a1e507eee29de39e01a
tree6bfd843e9dd6840d36c8425b7b14e9aee34ab042
parent8a9d4184e6e175194e262bde5fe321838b5d40c4
runtime: don't cache t.key.alg in evacuate

The number of times that alg has to be spilled
and restored makes it better to just reload it.

Change-Id: I2674752a889ecad59dab54da1d68fad03db1ca85
Reviewed-on: https://go-review.googlesource.com/56931
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/hashmap.go