]> Cypherpunks repositories - gostls13.git/commit
runtime: refactor out tophash calculation
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 7 Jun 2017 16:55:05 +0000 (09:55 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 15 Aug 2017 00:20:06 +0000 (00:20 +0000)
commit445717530ca2e2d5e9a6fc21b0222206f22e64d9
treeea3041465a7f7a68cf9fcbfc7a89f290b912368e
parent02ad116bf1fa7c324390f03974f5879a2f06495e
runtime: refactor out tophash calculation

No functional changes; tophash is inlined.

Change-Id: Ic8ce95b3622eafbddcfbc97f8c630ab8c5bfe7ad
Reviewed-on: https://go-review.googlesource.com/55233
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
src/runtime/hashmap_fast.go