]> Cypherpunks repositories - gostls13.git/commit
go/token: use array instead of map for token->string table
authorRobert Griesemer <gri@golang.org>
Mon, 28 Mar 2011 20:38:24 +0000 (13:38 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 28 Mar 2011 20:38:24 +0000 (13:38 -0700)
commit2796ac1466799973973661a9ef917501c0f8416c
tree50d19a34d86b08aaee24db76f01844f04ff12e99
parent0caa0c092384960e3f7bfd2a3f0ee9ca0cba18fa
go/token: use array instead of map for token->string table

R=rsc
CC=golang-dev
https://golang.org/cl/4284070
src/pkg/go/token/token.go