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

Issue 2181623002: [heap] ObjectStats: Cleanup and more FIXED_ARRAY sub types (Closed)

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

Description

[heap] ObjectStats: Cleanup and more FIXED_ARRAY sub types Reduces the dark matter of reported fixed arrays to < 5%. BUG=chromium:631094 R=ulan@chromium.org Committed: https://crrev.com/3d4ddb30096e6a55be8926c400a67e819a05f3c2 Cr-Commit-Position: refs/heads/master@{#38032}

Patch Set 1 #

Patch Set 2 : Add CELLs #

Patch Set 3 : Make ObjectStatsCollector an actual object, avoid threading through Heap and ObjectStats #

Total comments: 4

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -180 lines) Patch
M src/heap/mark-compact.cc View 1 2 2 chunks +12 lines, -9 lines 0 comments Download
M src/heap/object-stats.h View 1 2 2 chunks +32 lines, -24 lines 0 comments Download
M src/heap/object-stats.cc View 1 2 3 4 chunks +177 lines, -143 lines 0 comments Download
M src/objects.h View 1 2 5 chunks +14 lines, -4 lines 0 comments Download
M src/objects-inl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
Michael Lippautz
ptal
4 years, 5 months ago (2016-07-25 16:42:11 UTC) #3
ulan
lgtm https://codereview.chromium.org/2181623002/diff/40001/src/heap/object-stats.cc File src/heap/object-stats.cc (right): https://codereview.chromium.org/2181623002/diff/40001/src/heap/object-stats.cc#newcode237 src/heap/object-stats.cc:237: static bool CowArray(Heap* heap, FixedArrayBase* array) { Nit: ...
4 years, 5 months ago (2016-07-25 16:47:30 UTC) #5
Michael Lippautz
thanks! https://codereview.chromium.org/2181623002/diff/40001/src/heap/object-stats.cc File src/heap/object-stats.cc (right): https://codereview.chromium.org/2181623002/diff/40001/src/heap/object-stats.cc#newcode237 src/heap/object-stats.cc:237: static bool CowArray(Heap* heap, FixedArrayBase* array) { On ...
4 years, 5 months ago (2016-07-25 16:52:29 UTC) #7
Michael Lippautz
thanks! https://codereview.chromium.org/2181623002/diff/40001/src/heap/object-stats.cc File src/heap/object-stats.cc (right): https://codereview.chromium.org/2181623002/diff/40001/src/heap/object-stats.cc#newcode237 src/heap/object-stats.cc:237: static bool CowArray(Heap* heap, FixedArrayBase* array) { On ...
4 years, 5 months ago (2016-07-25 16:52:29 UTC) #8
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/2181623002/80001
4 years, 5 months ago (2016-07-25 17:40:41 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 5 months ago (2016-07-25 17:42:00 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 17:43:12 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3d4ddb30096e6a55be8926c400a67e819a05f3c2
Cr-Commit-Position: refs/heads/master@{#38032}

Powered by Google App Engine
This is Rietveld 408576698