]> Cypherpunks repositories - gostls13.git/commit
runtime: shift the index for the sort by one.
authorAdam Langley <agl@golang.org>
Fri, 4 Dec 2009 21:31:18 +0000 (13:31 -0800)
committerAdam Langley <agl@golang.org>
Fri, 4 Dec 2009 21:31:18 +0000 (13:31 -0800)
commite79bcf8bfdb35c0680db973fc65f2e8c60fb8331
tree8bd19506dfc4dde7e16b5bb429e312ea21c801cc
parent0b5cc3169361981e221bb9f9b42226352979444f
runtime: shift the index for the sort by one.

Makes the code look cleaner, even if it's a little harder to figure
out from the sort invariants.

R=rsc
CC=golang-dev
https://golang.org/cl/165061
src/pkg/runtime/chan.c