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

Issue 12781004: Refactoring Store ICs. A first step towards polymorphic store ICs. (Closed)

Created:
7 years, 9 months ago by Toon Verwaest
Modified:
7 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Refactoring Store ICs. A first step towards polymorphic store ICs. Committed: https://code.google.com/p/v8/source/detail?r=13934

Patch Set 1 : #

Patch Set 2 : Cleanup for MissForceGeneric #

Patch Set 3 : Use GenerateMiss #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : Addressed comments #

Patch Set 6 : space nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+455 lines, -657 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 29 chunks +72 lines, -172 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 29 chunks +69 lines, -176 lines 0 comments Download
M src/log.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/stub-cache.h View 1 2 3 4 5 7 chunks +100 lines, -34 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 25 chunks +128 lines, -83 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 29 chunks +72 lines, -178 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 9 months ago (2013-03-12 16:02:45 UTC) #1
Jakob Kummerow
LGTM https://codereview.chromium.org/12781004/diff/22001/src/stub-cache.cc File src/stub-cache.cc (right): https://codereview.chromium.org/12781004/diff/22001/src/stub-cache.cc#newcode1616 src/stub-cache.cc:1616: ASSERT(kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC || ...
7 years, 9 months ago (2013-03-13 13:27:25 UTC) #2
Toon Verwaest
Addressed feedback https://chromiumcodereview.appspot.com/12781004/diff/22001/src/stub-cache.cc File src/stub-cache.cc (right): https://chromiumcodereview.appspot.com/12781004/diff/22001/src/stub-cache.cc#newcode1616 src/stub-cache.cc:1616: ASSERT(kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC ...
7 years, 9 months ago (2013-03-13 14:07:21 UTC) #3
Toon Verwaest
7 years, 9 months ago (2013-03-13 14:11:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #6 manually as r13934 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698