]> Cypherpunks repositories - gostls13.git/commit
test: avoid interface conversion in rotate.go
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 4 Jun 2012 21:31:31 +0000 (23:31 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 4 Jun 2012 21:31:31 +0000 (23:31 +0200)
commit7ab62b0baceb5bf72b5dcdd819159ca5120a6eeb
treea12fbb052a97aa8a42fa4a89e5af13ff70511dd8
parent787adb6eb3cbb7a8d07700739f008f0b250be55f
test: avoid interface conversion in rotate.go

It is not necessary for the test to be effective and uses a
lot of resources in the compiler. Memory usage is halved and
compilation around 8x faster.

R=golang-dev, r, rsc, r
CC=golang-dev
https://golang.org/cl/6290044
test/rotate.go