Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5135)

Issue 10514046: code review 10514046: crypto/sha1: mark block as non-escaping (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by r
Modified:
10 years, 9 months ago
Reviewers:
dfc, bradfitz
CC:
golang-dev, dfc, bradfitz
Visibility:
Public.

Description

crypto/sha1: mark block as non-escaping The compiler still gets the escape analysis wrong, but the annotation here is correct.

Patch Set 1 #

Patch Set 2 : diff -r 93b0218944ca https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M src/pkg/crypto/sha1/sha1block_decl.go View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 9 months ago (2013-06-25 00:25:04 UTC) #1
dfc
LGTM. I'm sure you're already doing so, but please raise a bug for the compiler ...
10 years, 9 months ago (2013-06-25 00:28:18 UTC) #2
bradfitz
LGTM On Mon, Jun 24, 2013 at 5:25 PM, <r@golang.org> wrote: > Reviewers: golang-dev1, > ...
10 years, 9 months ago (2013-06-25 00:30:57 UTC) #3
r
10 years, 9 months ago (2013-06-25 00:48:34 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=415f87f63234 ***

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://codereview.appspot.com/10514046
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b