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

Issue 1346333003: Make old-space heap stats safe for parallel marking. (Closed)

Created:
5 years, 3 months ago by koda
Modified:
5 years, 3 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make old-space heap stats safe for parallel marking. Record live count/size stats locally in each marking task and sum the results at the end. This is needed for parallel (and later, concurrent) marking. This also yields a more compact representation of the stats compared to ClassHeapStats, which interleaves new/old/etc. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/b62e3204ed5ed42352fc451e4bee3924abc65952

Patch Set 1 #

Patch Set 2 : Fix count. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -12 lines) Patch
M runtime/vm/class_table.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/class_table.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/gc_marker.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/gc_marker.cc View 4 chunks +38 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
koda
5 years, 3 months ago (2015-09-16 20:24:28 UTC) #2
Cutch
lgtm
5 years, 3 months ago (2015-09-16 21:27:20 UTC) #3
koda
5 years, 3 months ago (2015-09-16 22:09:08 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b62e3204ed5ed42352fc451e4bee3924abc65952 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698