]> Cypherpunks repositories - gostls13.git/commit
runtime: remove t.indirectvalue handling in fast evacuation routines
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 22 Aug 2017 13:27:48 +0000 (06:27 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Aug 2017 18:56:40 +0000 (18:56 +0000)
commit8adaf68570eef206ca8720d5c0c861e04d2a0108
tree743054253c76e806f79ca985403e1c3c898fd8eb
parentcf69867af44152f06b9a47a1c3129e4a314a00e7
runtime: remove t.indirectvalue handling in fast evacuation routines

Maps with indirect values use the generic map routines.

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