]> Cypherpunks repositories - gostls13.git/commit
runtime: convert more unsafe.Pointer arithmetic to add
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 23 Aug 2017 14:48:04 +0000 (07:48 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 24 Aug 2017 13:55:34 +0000 (13:55 +0000)
commit83ae9b07b8a99e21a1a2d7a19b253ae01cb84f06
tree61e44c04ec025b64a49be63be8e85e4a3a05e5ad
parentf3e0d143131dc318a173f4f5cc4e4b96de93318d
runtime: convert more unsafe.Pointer arithmetic to add

Change-Id: Icfe24d5660666093f3e645f82d30b7687c8077be
Reviewed-on: https://go-review.googlesource.com/58370
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
src/runtime/hashmap_fast.go