]> Cypherpunks repositories - gostls13.git/commit
runtime: remove handling of indirect key types in evacuate_fastX
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 19 Aug 2017 04:19:12 +0000 (21:19 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Aug 2017 18:55:17 +0000 (18:55 +0000)
commit0480bfe57f41b4f4746b0f9da2eb72e948b355a8
tree2f7ce37ac4de0a5529c7a1c7eb3222c36132db01
parentdb9f5917fc65c9b856edeb27f150057898faee81
runtime: remove handling of indirect key types in evacuate_fastX

None of the mapfast key types are indirect.

Change-Id: I1fb2682257567ee69504082a6cdad63c99916671
Reviewed-on: https://go-review.googlesource.com/59133
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