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

Issue 385553004: Use the same registers for StoreIC and KeyedStoreIC. (Closed)

Created:
6 years, 5 months ago by mvstanton
Modified:
6 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Use the same registers for StoreIC and KeyedStoreIC. The x64 and ia32 platforms already did this, port to arm and arm64. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22358

Patch Set 1 #

Total comments: 6

Patch Set 2 : Patch One. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -62 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/arm/ic-arm.cc View 1 3 chunks +22 lines, -7 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/arm64/ic-arm64.cc View 1 3 chunks +22 lines, -7 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 chunk +17 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/ic.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/x64/ic-x64.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Michael, here is the change we discussed. It makes StoreIC and KeyedStoreIC follow the ...
6 years, 5 months ago (2014-07-10 15:45:48 UTC) #1
Michael Starzinger
LGTM, only nits about the parameter constants. https://codereview.chromium.org/385553004/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/385553004/diff/1/src/code-stubs.h#newcode2458 src/code-stubs.h:2458: enum RegisterInfo ...
6 years, 5 months ago (2014-07-11 08:27:08 UTC) #2
mvstanton
Thx Michael, I have a question back to you, see inline and tell me what ...
6 years, 5 months ago (2014-07-11 08:43:09 UTC) #3
Michael Starzinger
Still LGTM. https://codereview.chromium.org/385553004/diff/1/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/385553004/diff/1/src/code-stubs.h#newcode2458 src/code-stubs.h:2458: enum RegisterInfo { On 2014/07/11 08:43:09, mvstanton ...
6 years, 5 months ago (2014-07-11 09:04:11 UTC) #4
mvstanton
6 years, 5 months ago (2014-07-11 13:53:35 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r22358 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698