]> Cypherpunks repositories - gostls13.git/commit
crypto/sha1: mark block as non-escaping
authorRob Pike <r@golang.org>
Tue, 25 Jun 2013 00:48:31 +0000 (17:48 -0700)
committerRob Pike <r@golang.org>
Tue, 25 Jun 2013 00:48:31 +0000 (17:48 -0700)
commit793bb6cce763c8181a25190e41206b1786e849bd
treec6eb73a9a4ec99b575464643ff468af0f4523dd5
parent3b76d70e11f7800bfca64f4e267f3df14881a7e5
crypto/sha1: mark block as non-escaping
The compiler still gets the escape analysis wrong, but the annotation here is correct.

R=golang-dev, dave, bradfitz
CC=golang-dev
https://golang.org/cl/10514046
src/pkg/crypto/sha1/sha1block_decl.go