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

Issue 2444353002: [stubs] Port KeyedStoreIC_Megamorphic stub to Turbofan (Closed)

Created:
4 years, 1 month ago by Jakob Kummerow
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Port KeyedStoreIC_Megamorphic stub to Turbofan BUG=v8:5269, v8:5561 Committed: https://crrev.com/5c03cb79228e4312e9722e46c681c0632eb55f2b Cr-Commit-Position: refs/heads/master@{#40896}

Patch Set 1 #

Patch Set 2 : 2 #

Patch Set 3 : 3 #

Patch Set 4 : rebased #

Patch Set 5 : polishing #

Total comments: 11

Patch Set 6 : addressed comments #

Patch Set 7 : bugfix #

Patch Set 8 : rebased #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -23 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M src/builtins/builtins-handler.cc View 1 2 2 chunks +28 lines, -1 line 0 comments Download
M src/code-factory.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 6 7 3 chunks +2 lines, -5 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
A src/ic/keyed-store-generic.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A src/ic/keyed-store-generic.cc View 1 2 3 4 5 6 7 1 chunk +549 lines, -0 lines 1 comment Download
M src/objects.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -12 lines 0 comments Download
M src/v8.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
Jakob Kummerow
PTAL.
4 years, 1 month ago (2016-11-04 18:55:59 UTC) #3
Jakob Kummerow
https://codereview.chromium.org/2444353002/diff/80001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (left): https://codereview.chromium.org/2444353002/diff/80001/src/code-stub-assembler.cc#oldcode2228 src/code-stub-assembler.cc:2228: FillFixedArrayWithValue(to_kind, new_elements, capacity, new_capacity, CopyFixedArrayElements() does this too, no ...
4 years, 1 month ago (2016-11-04 18:58:26 UTC) #4
Igor Sheludko
https://codereview.chromium.org/2444353002/diff/80001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (left): https://codereview.chromium.org/2444353002/diff/80001/src/code-stub-assembler.cc#oldcode2228 src/code-stub-assembler.cc:2228: FillFixedArrayWithValue(to_kind, new_elements, capacity, new_capacity, On 2016/11/04 18:58:26, Jakob Kummerow ...
4 years, 1 month ago (2016-11-07 14:43:39 UTC) #5
Jakob Kummerow
Thanks for the review. Comments addressed, PTAL. https://codereview.chromium.org/2444353002/diff/80001/src/ic/keyed-store-generic.cc File src/ic/keyed-store-generic.cc (right): https://codereview.chromium.org/2444353002/diff/80001/src/ic/keyed-store-generic.cc#newcode65 src/ic/keyed-store-generic.cc:65: STATIC_ASSERT(sizeof(CodeStubAssembler) == ...
4 years, 1 month ago (2016-11-07 16:55:25 UTC) #6
Igor Sheludko
lgtm
4 years, 1 month ago (2016-11-07 17:02:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2444353002/100001
4 years, 1 month ago (2016-11-07 17:03:15 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/15797) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 1 month ago (2016-11-07 17:24:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2444353002/140001
4 years, 1 month ago (2016-11-10 13:52:35 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-11-10 14:23:21 UTC) #17
Benedikt Meurer
Awesome!
4 years, 1 month ago (2016-11-10 18:24:57 UTC) #19
krasin1
For the reference, this broke UBSan Vptr bots in Chromium: https://build.chromium.org/p/chromium.fyi/builders/UBSanVptr%20Linux/builds/1496 python ../../v8/tools/run.py ./mksnapshot --startup_src ...
4 years, 1 month ago (2016-11-11 22:25:59 UTC) #20
krasin1
I have filed https://bugs.chromium.org/p/v8/issues/detail?id=5628. Please, take a look on Monday.
4 years, 1 month ago (2016-11-11 22:32:03 UTC) #21
hans
https://codereview.chromium.org/2444353002/diff/140001/src/ic/keyed-store-generic.cc File src/ic/keyed-store-generic.cc (right): https://codereview.chromium.org/2444353002/diff/140001/src/ic/keyed-store-generic.cc#newcode71 src/ic/keyed-store-generic.cc:71: auto assm = reinterpret_cast<KeyedStoreGenericAssembler*>(assembler); This looks like a hack, ...
4 years, 1 month ago (2016-11-14 22:16:01 UTC) #23
Igor Sheludko
On 2016/11/14 22:16:01, hans wrote: > https://codereview.chromium.org/2444353002/diff/140001/src/ic/keyed-store-generic.cc > File src/ic/keyed-store-generic.cc (right): > > https://codereview.chromium.org/2444353002/diff/140001/src/ic/keyed-store-generic.cc#newcode71 > ...
4 years, 1 month ago (2016-11-14 23:14:19 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:29:22 UTC) #26
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/5c03cb79228e4312e9722e46c681c0632eb55f2b
Cr-Commit-Position: refs/heads/master@{#40896}

Powered by Google App Engine
This is Rietveld 408576698