summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug257.go
Commit message (Collapse)AuthorAgeFilesLines
* Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley2011-12-011-3/+2
| | | | | | | | | | | | | This is the result of running `gofix -r hashsum` over the tree, changing the hash function implementations by hand and then fixing a couple of instances where gofix didn't catch something. The changed implementations are as simple as possible while still working: I'm not trying to optimise in this CL. R=rsc, cw, rogpeppe CC=golang-dev http://codereview.appspot.com/5448065
* gc: test & fix handling of very long string constantsRuss Cox2010-02-161-0/+20070
R=ken2 CC=golang-dev http://codereview.appspot.com/207106