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

Issue 268483002: ARM64: Sign extension on MemOperand for keyed ops (Closed)

Created:
6 years, 7 months ago by m.m.capewell
Modified:
6 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM64: Sign extension on MemOperand for keyed ops SXTW extend mode is usually cheaper on loads and stores than arithmetic, so move it to the memory accesses where possible for Keyed loads and stores. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21172

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -80 lines) Patch
M src/arm64/assembler-arm64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 4 chunks +2 lines, -6 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.h View 1 chunk +7 lines, -5 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 8 chunks +94 lines, -69 lines 10 comments Download

Messages

Total messages: 4 (0 generated)
m.m.capewell
6 years, 7 months ago (2014-04-30 16:30:33 UTC) #1
ulan
lgtm with comments: https://codereview.chromium.org/268483002/diff/1/src/arm64/lithium-codegen-arm64.cc File src/arm64/lithium-codegen-arm64.cc (left): https://codereview.chromium.org/268483002/diff/1/src/arm64/lithium-codegen-arm64.cc#oldcode5178 src/arm64/lithium-codegen-arm64.cc:5178: ASSERT(instr->hydrogen()->elements_kind() == FAST_SMI_ELEMENTS); Can we keep ...
6 years, 7 months ago (2014-05-05 08:21:21 UTC) #2
m.m.capewell
https://codereview.chromium.org/268483002/diff/1/src/arm64/lithium-codegen-arm64.cc File src/arm64/lithium-codegen-arm64.cc (left): https://codereview.chromium.org/268483002/diff/1/src/arm64/lithium-codegen-arm64.cc#oldcode5178 src/arm64/lithium-codegen-arm64.cc:5178: ASSERT(instr->hydrogen()->elements_kind() == FAST_SMI_ELEMENTS); On 2014/05/05 08:21:21, ulan wrote: > ...
6 years, 7 months ago (2014-05-06 13:20:45 UTC) #3
m.m.capewell
6 years, 7 months ago (2014-05-06 14:28:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r21172 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698