]> Cypherpunks repositories - gostls13.git/commit
math/big: optimize common case of Int.Bit(0)
authorRobert Griesemer <gri@golang.org>
Tue, 12 Jun 2012 16:36:35 +0000 (09:36 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 12 Jun 2012 16:36:35 +0000 (09:36 -0700)
commit008c62b2cd728db744dcef53f1226cb1e43ba617
tree79e307c582eb5c49bcf188a3cfbd1345c14053f1
parentea3c3bb3a8b8c83d1d74e728ed51282ef87881ac
math/big: optimize common case of Int.Bit(0)

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/6306069
src/pkg/math/big/int.go