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

Issue 7763050: code review 7763050: runtime: Use aligned loads for AES key schedule. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by khr
Modified:
11 years, 1 month ago
Reviewers:
CC:
rsc, minux1, khr1, golang-dev
Visibility:
Public.

Description

runtime: Use aligned loads for AES key schedule.

Patch Set 1 #

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

Patch Set 3 : diff -r a5c202b53a58 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 536b2cc91dfc https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -24 lines) Patch
M src/pkg/runtime/asm_386.s View 1 3 chunks +8 lines, -12 lines 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 3 chunks +8 lines, -12 lines 0 comments Download

Messages

Total messages: 6
khr
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 1 month ago (2013-03-20 21:08:53 UTC) #1
rsc
LGTM
11 years, 1 month ago (2013-03-20 21:11:24 UTC) #2
minux1
any benchmark data? in writing AES-NI support for crypto/aes, i benchmarked aligned and unaligned form ...
11 years, 1 month ago (2013-03-20 21:12:04 UTC) #3
khr1
No, I suspect it is in the noise of any measurement. It saves 2 instructions ...
11 years, 1 month ago (2013-03-20 21:15:27 UTC) #4
minux1
On Thu, Mar 21, 2013 at 5:15 AM, Keith Randall <khr@google.com> wrote: > No, I ...
11 years, 1 month ago (2013-03-20 21:17:14 UTC) #5
khr
11 years, 1 month ago (2013-03-20 21:34:29 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=77d9e6e1900c ***

runtime: Use aligned loads for AES key schedule.

R=rsc, minux.ma, khr
CC=golang-dev
https://codereview.appspot.com/7763050
Sign in to reply to this message.

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