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

Issue 1197133003: Move SetFastElementsCapacity into GrowCapacityAndConvert (Closed)

Created:
5 years, 6 months ago by Toon Verwaest
Modified:
5 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move SetFastElementsCapacity into GrowCapacityAndConvert BUG=v8:4137 LOG=n Committed: https://crrev.com/046e91dd1ab76d17f6ee3388947fc2c64a2d7ae6 Cr-Commit-Position: refs/heads/master@{#29222}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Remove dead code #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : Addressed comments #

Patch Set 6 : Remove validation in growing, only validate when mutating #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -329 lines) Patch
M src/ast.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M src/elements.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/elements.cc View 1 2 3 4 5 6 chunks +78 lines, -42 lines 0 comments Download
M src/objects.h View 1 2 2 chunks +1 line, -25 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 10 chunks +116 lines, -261 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
Toon Verwaest
ptal
5 years, 6 months ago (2015-06-22 13:57:31 UTC) #2
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc#newcode12428 src/objects.cc:12428: DCHECK(!(value->IsSmi() && object->HasFastDoubleElements())); AFAICS you can ...
5 years, 6 months ago (2015-06-22 17:03:02 UTC) #3
Toon Verwaest
Addressed comments, landing. https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc#newcode12428 src/objects.cc:12428: DCHECK(!(value->IsSmi() && object->HasFastDoubleElements())); On 2015/06/22 17:03:02, ...
5 years, 6 months ago (2015-06-22 18:31:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1197133003/80001
5 years, 6 months ago (2015-06-22 18:31:27 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg/builds/5978)
5 years, 6 months ago (2015-06-22 22:28:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1197133003/100001
5 years, 6 months ago (2015-06-23 08:38:07 UTC) #12
Jakob Kummerow
Patch set 7 still LGTM.
5 years, 6 months ago (2015-06-23 08:49:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1197133003/120001
5 years, 6 months ago (2015-06-23 08:50:39 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 6 months ago (2015-06-23 09:44:19 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 09:44:36 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/046e91dd1ab76d17f6ee3388947fc2c64a2d7ae6
Cr-Commit-Position: refs/heads/master@{#29222}

Powered by Google App Engine
This is Rietveld 408576698