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

Issue 575022: Eliminate unused function KeyedStoreIC::GenerateExtendStorage, and unused par... (Closed)

Created:
10 years, 10 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Eliminate unused function KeyedStoreIC::GenerateExtendStorage, and unused parameter from StubCompiler::GenerateStoreField. Committed: http://code.google.com/p/v8/source/detail?r=3824

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 11

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -157 lines) Patch
M src/arm/ic-arm.cc View 1 2 3 4 5 2 chunks +0 lines, -34 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 5 4 chunks +5 lines, -7 lines 0 comments Download
M src/builtins.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 2 chunks +0 lines, -9 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 3 4 5 2 chunks +0 lines, -41 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 5 4 chunks +11 lines, -8 lines 0 comments Download
M src/ic.h View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M src/stub-cache.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/ic-x64.cc View 1 2 3 4 5 4 chunks +1 line, -40 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 5 5 chunks +14 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
William Hesse
A small refactoring and fix for you.
10 years, 10 months ago (2010-02-05 13:54:22 UTC) #1
Kevin Millikin (Chromium)
I'm not sure the level of indirection is helping us here. http://codereview.chromium.org/575022/diff/8001/9008 File src/arm/ic-arm.cc (right): ...
10 years, 10 months ago (2010-02-08 10:10:22 UTC) #2
William Hesse
All suggested changes made. http://codereview.chromium.org/575022/diff/8001/9008 File src/arm/ic-arm.cc (right): http://codereview.chromium.org/575022/diff/8001/9008#newcode800 src/arm/ic-arm.cc:800: void StoreIC::GenerateExtendStorage(MacroAssembler* masm) { On ...
10 years, 10 months ago (2010-02-09 09:17:52 UTC) #3
Kevin Millikin (Chromium)
LGTM. http://codereview.chromium.org/575022/diff/11001/12005 File src/x64/stub-cache-x64.cc (right): http://codereview.chromium.org/575022/diff/11001/12005#newcode235 src/x64/stub-cache-x64.cc:235: __ pop(scratch); Comment that you're popping the return ...
10 years, 10 months ago (2010-02-09 15:09:52 UTC) #4
William Hesse
10 years, 10 months ago (2010-02-09 15:17:03 UTC) #5
http://codereview.chromium.org/575022/diff/11001/12005
File src/x64/stub-cache-x64.cc (right):

http://codereview.chromium.org/575022/diff/11001/12005#newcode235
src/x64/stub-cache-x64.cc:235: __ pop(scratch);
On 2010/02/09 15:09:52, Kevin Millikin wrote:
> Comment that you're popping the return address.  Simple "// Return address."
is
> enough.

Done.

Powered by Google App Engine
This is Rietveld 408576698