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

Issue 324913002: Specially handle the key of the LoadKeyed and StoreKeyed instruction for x32 port. (Closed)

Created:
6 years, 6 months ago by haitao.feng
Modified:
6 years, 6 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Specially handle the key of the LoadKeyed and StoreKeyed instruction for x32 port. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21826

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed Toon's comment #

Patch Set 3 : Rebased with bleeding_edge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -3 lines) Patch
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 14 chunks +63 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 2 chunks +25 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
haitao.feng
PTAL.
6 years, 6 months ago (2014-06-10 10:03:23 UTC) #1
Toon Verwaest
https://codereview.chromium.org/324913002/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/324913002/diff/1/src/x64/lithium-codegen-x64.cc#newcode268 src/x64/lithium-codegen-x64.cc:268: if (instr->IsLoadKeyed() || instr->IsStoreKeyed()) { Given that this code ...
6 years, 6 months ago (2014-06-12 08:54:25 UTC) #2
haitao.feng
Please take another look. https://codereview.chromium.org/324913002/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/324913002/diff/1/src/x64/lithium-codegen-x64.cc#newcode268 src/x64/lithium-codegen-x64.cc:268: if (instr->IsLoadKeyed() || instr->IsStoreKeyed()) { ...
6 years, 6 months ago (2014-06-12 09:34:56 UTC) #3
Toon Verwaest
lgtm
6 years, 6 months ago (2014-06-12 10:08:35 UTC) #4
haitao.feng
6 years, 6 months ago (2014-06-13 02:20:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r21826.

Powered by Google App Engine
This is Rietveld 408576698