]> Cypherpunks repositories - gostls13.git/commit
runtime: mask a bounded slice access in hashmap evacuate
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 11 Aug 2017 15:21:31 +0000 (08:21 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 15 Aug 2017 00:19:22 +0000 (00:19 +0000)
commitc50a9718a6749c693ce13faaa0e1c4038bfb6c5e
tree106db971655b864989f584c5c486669568d33433
parent4b38200bfd2d4718730e63cc991e7163ed0d7fd9
runtime: mask a bounded slice access in hashmap evacuate

Shaves a few instructions off.

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