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

Issue 2269093002: [heap] GCTracer: Record details for incremental marking (Closed)

Created:
4 years, 4 months ago by Michael Lippautz
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Base URL:
https://chromium.googlesource.com/v8/v8.git@tracer-reland
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] GCTracer: Record details for incremental marking Record details, such as cumulative duration, number of steps, and longest steps in IncrementalMarkingDetails which get populated at a single callsite (AddScopeSample). Remove member fields that thus become obsolete (unfortunately not all of them). Additional remove some dead code and refactor printing. Printing in a single statement allows for using logcat on Android. This should also address the regression in chromium:640524. BUG=chromium:639818, chromium:640524 R=jochen@chromium.org Committed: https://crrev.com/3866975f1b159f3703429ce50ca228bcdbf28306 Cr-Commit-Position: refs/heads/master@{#38912}

Patch Set 1 #

Patch Set 2 : More cleanup #

Patch Set 3 : Rebase on master #

Patch Set 4 : Remove default ctor from Event, more comments #

Patch Set 5 : Add longest step for wrapper tracing #

Patch Set 6 : Remove one more dead variable #

Patch Set 7 : Fix regression in ::Stop and inline ::AddScopeSample #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -304 lines) Patch
M src/heap/gc-tracer.h View 1 2 3 4 5 6 14 chunks +53 lines, -96 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 2 3 4 5 6 14 chunks +153 lines, -207 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 3 chunks +2 lines, -1 line 0 comments Download
M test/unittests/heap/gc-tracer-unittest.cc View 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (28 generated)
Michael Lippautz
PTAL This CL adds the missing parts for tracking GC scopes during incremental marking (using ...
4 years, 4 months ago (2016-08-23 17:07:50 UTC) #14
Michael Lippautz
+Ulan ;)
4 years, 3 months ago (2016-08-25 09:27:53 UTC) #21
ulan
lgtm!
4 years, 3 months ago (2016-08-25 10:57:26 UTC) #22
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/2269093002/160001
4 years, 3 months ago (2016-08-25 14:16:50 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:160001)
4 years, 3 months ago (2016-08-25 14:22:04 UTC) #32
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 14:22:50 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3866975f1b159f3703429ce50ca228bcdbf28306
Cr-Commit-Position: refs/heads/master@{#38912}

Powered by Google App Engine
This is Rietveld 408576698