]> Cypherpunks repositories - gostls13.git/commit
big: more cleanup
authorRobert Griesemer <gri@golang.org>
Sat, 8 May 2010 01:26:31 +0000 (18:26 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 8 May 2010 01:26:31 +0000 (18:26 -0700)
commit61eb0e71f230d8a7d831786a23efea5b642b94fd
tree9f6ec36814fc4741b19587f92bcd954713de5013
parent56ca69726904ada4a3b7a63320fde034fd996208
big: more cleanup

- pass []Word instead of *Word to core arithmetic functions
- remove dead code

R=rsc
CC=golang-dev
https://golang.org/cl/1154042
src/pkg/big/arith.go
src/pkg/big/arith_386.s
src/pkg/big/arith_amd64.s
src/pkg/big/arith_test.go
src/pkg/big/int.go
src/pkg/big/nat.go