]> Cypherpunks repositories - gostls13.git/commit
runtime: move constants from map header to map type
authorKeith Randall <khr@golang.org>
Fri, 1 Aug 2014 21:38:56 +0000 (14:38 -0700)
committerKeith Randall <khr@golang.org>
Fri, 1 Aug 2014 21:38:56 +0000 (14:38 -0700)
commit668a55a882c97a520662843afe6871fc84be4690
treea832b57366ed7a1500927e3dbb5dcf37ffc18208
parent6d20e725874567d395f4d877c707c6e5d4ea6112
runtime: move constants from map header to map type

A good cleanup anyway, and it makes some room for an additional
field needed for issue 8412.

Update #8412

LGTM=iant
R=iant, khr
CC=golang-codereviews
https://golang.org/cl/112700043
src/cmd/gc/reflect.c
src/pkg/reflect/type.go
src/pkg/runtime/hashmap.go
src/pkg/runtime/hashmap_fast.go
src/pkg/runtime/type.h