]> Cypherpunks repositories - gostls13.git/commit
runtime: remove handling of non-reflexive key types in evacuate_fastX
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 19 Aug 2017 04:17:40 +0000 (21:17 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Aug 2017 18:54:54 +0000 (18:54 +0000)
commitdb9f5917fc65c9b856edeb27f150057898faee81
treee106be7191470eba9f8d250ddf54787cf03a7010
parent3c182a12f772c51e93195f2efaf84e3aff69109e
runtime: remove handling of non-reflexive key types in evacuate_fastX

All of the mapfast key types are reflexive.

Change-Id: I8595aed2a9d945cda1b5d08e2067dce0f1c0d585
Reviewed-on: https://go-review.googlesource.com/59132
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
src/runtime/hashmap_fast.go