]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: rename mapbucket to bmap
authorMartin Möhrmann <moehrmann@google.com>
Tue, 29 Aug 2017 19:10:17 +0000 (21:10 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Wed, 30 Aug 2017 09:44:34 +0000 (09:44 +0000)
commitdcef97e08838ff65cbfef4f1f9ee35dc1e99f215
tree908b97004cb848e4de313220b1f32dab82300ac1
parent4c9989a3608d410d1408ce26958c6388da24e553
cmd/compile: rename mapbucket to bmap

This makes the name of the function to construct the map bucket type
consistent with runtimes naming and the existing hmap function.

Change-Id: If4d8b4a54c92ab914d4adcb96022b48d8b5db631
Reviewed-on: https://go-review.googlesource.com/59915
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/reflect.go
src/cmd/compile/internal/gc/walk.go