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

Issue 2853003: Port KeyedCallIC implementation to x64 and ARM.... (Closed)

Created:
10 years, 6 months ago by Vladislav Kaznacheev
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Port KeyedCallIC implementation to x64 and ARM. Also edited ic-ia32.cc for clarity and better formatting. Committed: http://code.google.com/p/v8/source/detail?r=4873

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+953 lines, -335 lines) Patch
M src/arm/codegen-arm.cc View 1 1 chunk +22 lines, -16 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 chunks +34 lines, -17 lines 0 comments Download
M src/arm/ic-arm.cc View 1 12 chunks +314 lines, -95 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 7 chunks +20 lines, -0 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 19 chunks +71 lines, -63 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 1 chunk +22 lines, -16 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 chunks +44 lines, -18 lines 0 comments Download
M src/x64/ic-x64.cc View 1 17 chunks +366 lines, -110 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 7 chunks +21 lines, -0 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M test/mjsunit/keyed-call-generic.js View 1 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vladislav Kaznacheev
10 years, 6 months ago (2010-06-15 13:06:31 UTC) #1
Mads Ager (chromium)
LGTM with a couple of nits. http://codereview.chromium.org/2853003/diff/1/13 File src/arm/ic-arm.cc (right): http://codereview.chromium.org/2853003/diff/1/13#newcode178 src/arm/ic-arm.cc:178: // key - ...
10 years, 6 months ago (2010-06-15 16:14:58 UTC) #2
Vladislav Kaznacheev
http://codereview.chromium.org/2853003/diff/1/13 File src/arm/ic-arm.cc (right): http://codereview.chromium.org/2853003/diff/1/13#newcode178 src/arm/ic-arm.cc:178: // key - holds the smi key on entry ...
10 years, 6 months ago (2010-06-16 09:08:53 UTC) #3
Vladislav Kaznacheev
10 years, 6 months ago (2010-06-16 10:03:01 UTC) #4
Fixed an assertion in arm debug mode. Submitting.

Powered by Google App Engine
This is Rietveld 408576698