]> Cypherpunks repositories - gostls13.git/commit
runtime: speed up key copying in specialized evacuate routines
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 19 Aug 2017 14:30:12 +0000 (07:30 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 28 Aug 2017 18:55:47 +0000 (18:55 +0000)
commitcf69867af44152f06b9a47a1c3129e4a314a00e7
treea328ad582076062c217e86d0c75b379a8be59813
parent0480bfe57f41b4f4746b0f9da2eb72e948b355a8
runtime: speed up key copying in specialized evacuate routines

Similar to CL 59110.

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