]> Cypherpunks repositories - gostls13.git/commit
runtime: rename map implementation and test files to use a common prefix
authorMartin Möhrmann <moehrmann@google.com>
Sat, 27 Jan 2018 11:48:15 +0000 (12:48 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Sat, 17 Feb 2018 14:57:32 +0000 (14:57 +0000)
commitf4bb25c937cffb277e5ba87708d286ea7fd1b6ed
tree4040b52ea7cbb64b3afbc94757cc449f059287bd
parent549cb18a9131221755694c0ccc610ae9a406129d
runtime: rename map implementation and test files to use a common prefix

Rename all map implementation and test files to use "map"
as a file name prefix instead of "hashmap" for the implementation
and "map" for the test file names.

Change-Id: I7b317c1f7a660b95c6d1f1a185866f2839e69446
Reviewed-on: https://go-review.googlesource.com/90336
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
src/reflect/type.go
src/runtime/map.go [moved from src/runtime/hashmap.go with 100% similarity]
src/runtime/map_benchmark_test.go [moved from src/runtime/mapspeed_test.go with 100% similarity]
src/runtime/map_fast.go [moved from src/runtime/hashmap_fast.go with 100% similarity]
src/runtime/map_test.go