Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Issue 22491002: MIPS: Fix Sunspider 1.0/crypto-aes. (Closed)

Created:
7 years, 4 months ago by palfia
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix Sunspider 1.0/crypto-aes. * This makes sure that DoModI calculates correct result even when the left register is the same as the result register. * Microoptmization: it generates smaller code when left and result are different registers. TEST=benchmarks/sunspider/crypto-aes.js BUG= Committed: https://code.google.com/p/v8/source/detail?r=16085

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -12 lines) Patch
M src/mips/lithium-codegen-mips.cc View 3 chunks +6 lines, -12 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
palfia
PTAL.
7 years, 4 months ago (2013-08-06 22:46:37 UTC) #1
Paul Lind
LGTM. Code is more readable now with this refactoring, thanks.
7 years, 4 months ago (2013-08-06 23:12:17 UTC) #2
palfia
7 years, 4 months ago (2013-08-07 00:39:56 UTC) #3
Message was sent while issue was closed.
Committed manually as r16085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698