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

Issue 1543563002: [elements] Enable left-trimming again (Closed)

Created:
5 years ago by Camillo Bruni
Modified:
5 years ago
Reviewers:
Igor Sheludko
CC:
Hannes Payer (out of office), Michael Lippautz, ofrobots, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[elements] Enable left-trimming again Essentially a revert of https://codereview.chromium.org/1346013005 but preserving the refactorings in elements.cc which happened in the mean time. drive-by-fix: pass isolate as argument to more functions in elements.cc. BUG=v8:4606 LOG=y Committed: https://crrev.com/31779283ed16d630d1e1d4f9c28592e5cb90e635 Cr-Commit-Position: refs/heads/master@{#33023}

Patch Set 1 #

Patch Set 2 : fixing bounds issues #

Total comments: 1

Patch Set 3 : printf no good #

Total comments: 5

Patch Set 4 : addressing comments #

Patch Set 5 : enabling left-trimming on clusterfuzz #

Patch Set 6 : don't skip test #

Total comments: 4

Patch Set 7 : directly updating handler in-place #

Patch Set 8 : return new backing_store in SpliceGrowStep #

Patch Set 9 : improve comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -39 lines) Patch
M src/elements.cc View 1 2 3 4 5 6 7 8 13 chunks +69 lines, -39 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543563002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543563002/20001
5 years ago (2015-12-21 16:18:11 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-21 16:36:48 UTC) #4
Camillo Bruni
PTAL I introduced left-trim support for elements.cc again. I did some additional cleanup work to ...
5 years ago (2015-12-21 16:39:10 UTC) #6
Camillo Bruni
https://codereview.chromium.org/1543563002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1543563002/diff/20001/src/heap/heap.cc#newcode3118 src/heap/heap.cc:3118: printf("%d\n", elements_to_trim); ok this has to go...
5 years ago (2015-12-21 16:40:32 UTC) #7
Igor Sheludko
https://codereview.chromium.org/1543563002/diff/40001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/1543563002/diff/40001/src/elements.cc#newcode1581 src/elements.cc:1581: dst_elms = Handle<FixedArray>( Since 1) the left trimming is ...
5 years ago (2015-12-22 10:02:36 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543563002/60001
5 years ago (2015-12-22 14:09:22 UTC) #12
Camillo Bruni
PTAL again. Updating handles in-place now, gc stress-tests still pending. https://codereview.chromium.org/1543563002/diff/40001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/1543563002/diff/40001/src/elements.cc#newcode1585 ...
5 years ago (2015-12-22 14:21:01 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-22 14:27:57 UTC) #15
Igor Sheludko
https://codereview.chromium.org/1543563002/diff/100001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/1543563002/diff/100001/src/elements.cc#newcode1582 src/elements.cc:1582: dst_elms = Handle<FixedArray>( Sorry for confusion. I actually meant ...
5 years ago (2015-12-22 17:15:01 UTC) #16
Camillo Bruni
PTAL again :) I implementin in-place handler updating now for the left-trimmed case.
5 years ago (2015-12-23 09:32:19 UTC) #17
Camillo Bruni
PTAL :)
5 years ago (2015-12-23 10:01:55 UTC) #18
Igor Sheludko
LGTM! :)
5 years ago (2015-12-23 10:15:08 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543563002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543563002/160001
5 years ago (2015-12-23 10:54:24 UTC) #21
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years ago (2015-12-23 11:48:46 UTC) #22
commit-bot: I haz the power
5 years ago (2015-12-23 11:49:31 UTC) #24
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/31779283ed16d630d1e1d4f9c28592e5cb90e635
Cr-Commit-Position: refs/heads/master@{#33023}

Powered by Google App Engine
This is Rietveld 408576698