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

Issue 997423002: Use the incremental root marking visitor for overapproximating the weak closure (Closed)

Created:
5 years, 9 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 9 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use the incremental root marking visitor for overapproximating the weak closure Since incremental marking hasn't completed yet at this point, we can't use the MC's root visitor. Also, we shouldn't hurry with incremental marking while overapproximating BUG=v8:3862 R=hpayer@chromium.org LOG=n Committed: https://crrev.com/31f6142a7f2a54a1091a6ff1f21f09e004097cfb Cr-Commit-Position: refs/heads/master@{#27184}

Patch Set 1 #

Total comments: 1

Patch Set 2 : updates #

Patch Set 3 : updates #

Total comments: 1

Patch Set 4 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -39 lines) Patch
M src/heap/heap.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M src/heap/incremental-marking.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M src/heap/incremental-marking.cc View 1 2 3 5 chunks +26 lines, -8 lines 0 comments Download
M src/heap/mark-compact.h View 1 2 3 6 chunks +8 lines, -7 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 chunks +4 lines, -20 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
jochen (gone - plz use gerrit)
5 years, 9 months ago (2015-03-12 11:01:27 UTC) #1
Hannes Payer (out of office)
Good catch! One nit. LGTM https://codereview.chromium.org/997423002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/997423002/diff/1/src/heap/mark-compact.cc#newcode2232 src/heap/mark-compact.cc:2232: heap()->incremental_marking()->CreateRootMarkingVisitor(); Instead of allocating ...
5 years, 9 months ago (2015-03-12 12:28:48 UTC) #2
jochen (gone - plz use gerrit)
something like this?
5 years, 9 months ago (2015-03-12 13:19:47 UTC) #3
Hannes Payer (out of office)
You could also move OverApproximateWeakClosure to incremental marking since it is code only executed when ...
5 years, 9 months ago (2015-03-12 13:35:05 UTC) #4
jochen (gone - plz use gerrit)
ptal
5 years, 9 months ago (2015-03-12 15:35:43 UTC) #5
jochen (gone - plz use gerrit)
https://codereview.chromium.org/997423002/diff/40001/src/heap/incremental-marking.cc File src/heap/incremental-marking.cc (right): https://codereview.chromium.org/997423002/diff/40001/src/heap/incremental-marking.cc#newcode569 src/heap/incremental-marking.cc:569: heap_->mark_compact_collector()->MarkImplicitRefGroups(); this might be wrong too, as it just ...
5 years, 9 months ago (2015-03-13 09:59:27 UTC) #6
jochen (gone - plz use gerrit)
ptal
5 years, 9 months ago (2015-03-13 13:04:45 UTC) #7
Hannes Payer (out of office)
Cool. LGTM
5 years, 9 months ago (2015-03-13 14:48:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/997423002/60001
5 years, 9 months ago (2015-03-13 14:50:23 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-13 14:51:29 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 14:51:46 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/31f6142a7f2a54a1091a6ff1f21f09e004097cfb
Cr-Commit-Position: refs/heads/master@{#27184}

Powered by Google App Engine
This is Rietveld 408576698