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

Issue 12390031: Unify grow mode and stub kind (Closed)

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

Description

Unify grow mode and stub kind In the process, ensure that transition-causing element stores handle all cases of the transitioned receiver map. Committed: http://code.google.com/p/v8/source/detail?r=13850

Patch Set 1 #

Patch Set 2 : More fixes #

Patch Set 3 : Remove unrelated changes #

Patch Set 4 : Port to other platforms #

Patch Set 5 : Merge with ToT #

Total comments: 24

Patch Set 6 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -212 lines) Patch
M src/arm/stub-cache-arm.cc View 1 2 3 4 7 chunks +7 lines, -7 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 4 chunks +17 lines, -17 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M src/heap.h View 1 2 3 4 2 chunks +1 line, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 7 chunks +7 lines, -7 lines 0 comments Download
M src/ic.h View 1 2 3 4 4 chunks +5 lines, -58 lines 0 comments Download
M src/ic.cc View 1 2 3 4 5 10 chunks +127 lines, -58 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 4 chunks +77 lines, -15 lines 0 comments Download
M src/stub-cache.h View 1 2 3 4 5 chunks +7 lines, -8 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 4 5 5 chunks +17 lines, -18 lines 0 comments Download
M src/type-info.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-info.cc View 1 2 3 4 5 3 chunks +21 lines, -8 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 7 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/elements-kind.js View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
7 years, 9 months ago (2013-03-05 13:13:31 UTC) #1
Toon Verwaest
A first round of comments. As you can see from the comments, I find the ...
7 years, 9 months ago (2013-03-06 14:47:28 UTC) #2
danno
Addressed review feedback, please take another look https://codereview.chromium.org/12390031/diff/1013/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/12390031/diff/1013/src/ic.cc#newcode1644 src/ic.cc:1644: store_mode = ...
7 years, 9 months ago (2013-03-06 16:56:06 UTC) #3
Toon Verwaest
lgtm
7 years, 9 months ago (2013-03-06 17:21:05 UTC) #4
danno
7 years, 9 months ago (2013-03-06 21:51:21 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r13850 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698