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

Issue 2876503002: [heap] Reland "Verify remembered set for objects in the old generation." (Closed)

Created:
3 years, 7 months ago by ulan
Modified:
3 years, 7 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office)
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Reland "Verify remembered set for objects in the old generation." This reverts commit 8f89e28661af23b0aa163a265d906bf6a194fe3d. Review-Url: https://codereview.chromium.org/2876503002 Cr-Commit-Position: refs/heads/master@{#45229} Committed: https://chromium.googlesource.com/v8/v8/+/69c6970fae793655d07571e71b63ddb0c095d865

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -0 lines) Patch
M src/heap/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/heap.cc View 1 1 chunk +131 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
ulan
ptal, the fix is in the diff between the patch sets.
3 years, 7 months ago (2017-05-10 11:27:32 UTC) #3
Michael Lippautz
lgtm
3 years, 7 months ago (2017-05-10 11:28:09 UTC) #4
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/2876503002/20001
3 years, 7 months ago (2017-05-10 12:11:27 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/69c6970fae793655d07571e71b63ddb0c095d865
3 years, 7 months ago (2017-05-10 12:41:31 UTC) #9
Michael Achenbach
Note, this seems to decrease test performance in debug quite a lot. Is there a ...
3 years, 7 months ago (2017-05-11 09:09:02 UTC) #11
ulan
On 2017/05/11 09:09:02, Michael Achenbach wrote: > Note, this seems to decrease test performance in ...
3 years, 7 months ago (2017-05-11 09:10:29 UTC) #12
Michael Achenbach
On 2017/05/11 09:10:29, ulan wrote: > On 2017/05/11 09:09:02, Michael Achenbach wrote: > > Note, ...
3 years, 7 months ago (2017-05-11 09:22:16 UTC) #13
ulan
On 2017/05/11 09:22:16, Michael Achenbach wrote: > On 2017/05/11 09:10:29, ulan wrote: > > On ...
3 years, 7 months ago (2017-05-11 09:26:11 UTC) #14
Michael Achenbach
On 2017/05/11 09:26:11, ulan wrote: > On 2017/05/11 09:22:16, Michael Achenbach wrote: > > On ...
3 years, 7 months ago (2017-05-11 09:29:15 UTC) #15
Michael Achenbach
3 years, 7 months ago (2017-05-11 09:29:15 UTC) #16
Message was sent while issue was closed.
On 2017/05/11 09:26:11, ulan wrote:
> On 2017/05/11 09:22:16, Michael Achenbach wrote:
> > On 2017/05/11 09:10:29, ulan wrote:
> > > On 2017/05/11 09:09:02, Michael Achenbach wrote:
> > > > Note, this seems to decrease test performance in debug quite a lot. Is
> there
> > a
> > > > way to improve the speed? Otherwise I'll bump swarming shards to tackle
> the
> > > > extra load...
> > > 
> > > How much is the slow down? I can add a flag for this verification mode so
> that
> > > we can enable it selectively on some bots.
> > 
> > Looks like around 10-20%. Flag maybe not - would maybe make the
infrastructure
> > to inhomogeneous. Unless, is there a flag to turn it off? I could turn it
off
> on
> > one or two of the slowest bots like
> >
>
https://build.chromium.org/p/client.v8.ports/builders/V8%20Linux%20-%20arm64%...
> > - or could I just turn of verify-heap entirely?
> 
> I would keep verify heap. I can add a flag to turn it off. sg?

Jep, sg. Then we'd have it on by default and turn it off on our slowest bots.

Powered by Google App Engine
This is Rietveld 408576698