]> Cypherpunks repositories - gostls13.git/commit
godoc: use file instead of file set for computing line info
authorRobert Griesemer <gri@golang.org>
Wed, 8 Dec 2010 05:55:32 +0000 (21:55 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 8 Dec 2010 05:55:32 +0000 (21:55 -0800)
commit4ba27e27f388e746846106b112c318460473b012
tree7fcb7f9c6801667792859c880e29e46bd640ba5f
parent1612b8734a7c76ae462f243f29d54760a417a867
godoc: use file instead of file set for computing line info

Reduces indexing time by ~10%; from ~44s to ~39s, best of 3 runs.

R=rsc
CC=golang-dev
https://golang.org/cl/3510041
src/cmd/godoc/index.go