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

Issue 197663006: Heap maps: add VM service message. (Closed)

Created:
6 years, 9 months ago by koda
Modified:
6 years, 9 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Heap maps: add VM service message. A heap map is serialized as arrays of sizes + class ids: {"type":"HeapMap","id":"heapmap","pages":[[15,2,10,3,...,100,0],...,]} R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=33608

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -0 lines) Patch
M runtime/vm/heap.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/pages.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/pages.cc View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/service.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/service_test.cc View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
koda
6 years, 9 months ago (2014-03-12 18:34:00 UTC) #1
Cutch
https://codereview.chromium.org/197663006/diff/40001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/197663006/diff/40001/runtime/vm/pages.cc#newcode439 runtime/vm/pages.cc:439: array_->AddValue(obj->IsFreeListElement() ? 0 : obj->GetClassId()); I'm concerned about mapping ...
6 years, 9 months ago (2014-03-12 19:02:02 UTC) #2
koda
https://codereview.chromium.org/197663006/diff/40001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/197663006/diff/40001/runtime/vm/pages.cc#newcode439 runtime/vm/pages.cc:439: array_->AddValue(obj->IsFreeListElement() ? 0 : obj->GetClassId()); On 2014/03/12 19:02:02, Cutch ...
6 years, 9 months ago (2014-03-12 19:08:01 UTC) #3
Cutch
lgtm w/ comment https://codereview.chromium.org/197663006/diff/60001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/197663006/diff/60001/runtime/vm/pages.cc#newcode451 runtime/vm/pages.cc:451: // [size, class id, size, class ...
6 years, 9 months ago (2014-03-12 20:37:41 UTC) #4
koda
https://codereview.chromium.org/197663006/diff/60001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/197663006/diff/60001/runtime/vm/pages.cc#newcode451 runtime/vm/pages.cc:451: // [size, class id, size, class id, ...] (size ...
6 years, 9 months ago (2014-03-12 20:44:17 UTC) #5
koda
6 years, 9 months ago (2014-03-12 20:46:14 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r33608 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698