Chromium Code Reviews

Issue 430783002: Cleanup in stub-cache.cc; remove unused ArrayLength store ICs. (Closed)

Created:
6 years, 4 months ago by Toon Verwaest
Modified:
6 years, 4 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Cleanup in stub-cache.cc; remove unused ArrayLength store ICs. BUG= R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22805

Patch Set 1 #

Patch Set 2 : Port #

Unified diffs Side-by-side diffs Stats (+397 lines, -562 lines)
M src/arm/stub-cache-arm.cc View 8 chunks +138 lines, -162 lines 0 comments
M src/arm64/stub-cache-arm64.cc View 10 chunks +143 lines, -165 lines 0 comments
M src/ia32/stub-cache-ia32.cc View 11 chunks +43 lines, -61 lines 0 comments
M src/ic.h View 1 chunk +0 lines, -1 line 0 comments
M src/ic.cc View 2 chunks +1 line, -25 lines 0 comments
M src/stub-cache.h View 2 chunks +13 lines, -40 lines 0 comments
M src/stub-cache.cc View 9 chunks +16 lines, -47 lines 0 comments
M src/x64/stub-cache-x64.cc View 11 chunks +43 lines, -61 lines 0 comments

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
6 years, 4 months ago (2014-07-30 11:24:29 UTC) #1
Igor Sheludko
lgtm
6 years, 4 months ago (2014-07-30 15:04:24 UTC) #2
Toon Verwaest
6 years, 4 months ago (2014-08-04 09:09:30 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r22805 (presubmit successful).

Powered by Google App Engine