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

Issue 773303003: observatory: populate 'architecture' in VM, and add numerical vmId in Class. (Closed)

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

Description

observatory: populate 'architecture' in VM, and add numerical vmId in Class. Knowing the word size and having an efficient (non-String) representation for class ids is important for the upcoming heap serialization features. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=42115

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -2 lines) Patch
M runtime/bin/vmservice/observatory/lib/src/service/object.dart View 1 2 4 chunks +8 lines, -2 lines 0 comments Download
A runtime/bin/vmservice/observatory/test/classes_test.dart View 1 1 chunk +19 lines, -0 lines 0 comments Download
A runtime/bin/vmservice/observatory/test/vm_test.dart View 1 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
koda
6 years ago (2014-12-03 21:07:02 UTC) #1
Cutch
https://codereview.chromium.org/773303003/diff/1/runtime/bin/vmservice/observatory/lib/src/service/object.dart File runtime/bin/vmservice/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/773303003/diff/1/runtime/bin/vmservice/observatory/lib/src/service/object.dart#newcode561 runtime/bin/vmservice/observatory/lib/src/service/object.dart:561: architecture = map['targetCPU']; Why not rename 'architecture' to be ...
6 years ago (2014-12-04 16:07:22 UTC) #2
koda
https://codereview.chromium.org/773303003/diff/1/runtime/bin/vmservice/observatory/lib/src/service/object.dart File runtime/bin/vmservice/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/773303003/diff/1/runtime/bin/vmservice/observatory/lib/src/service/object.dart#newcode561 runtime/bin/vmservice/observatory/lib/src/service/object.dart:561: architecture = map['targetCPU']; On 2014/12/04 16:07:21, Cutch wrote: > ...
6 years ago (2014-12-04 17:30:14 UTC) #3
Cutch
lgtm after checking UI still functions. https://codereview.chromium.org/773303003/diff/40001/runtime/bin/vmservice/observatory/lib/src/service/object.dart File runtime/bin/vmservice/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/773303003/diff/40001/runtime/bin/vmservice/observatory/lib/src/service/object.dart#newcode336 runtime/bin/vmservice/observatory/lib/src/service/object.dart:336: @observable String targetCPU; ...
6 years ago (2014-12-04 17:40:33 UTC) #4
koda
https://codereview.chromium.org/773303003/diff/40001/runtime/bin/vmservice/observatory/lib/src/service/object.dart File runtime/bin/vmservice/observatory/lib/src/service/object.dart (right): https://codereview.chromium.org/773303003/diff/40001/runtime/bin/vmservice/observatory/lib/src/service/object.dart#newcode336 runtime/bin/vmservice/observatory/lib/src/service/object.dart:336: @observable String targetCPU; On 2014/12/04 17:40:33, Cutch wrote: > ...
6 years ago (2014-12-04 17:41:52 UTC) #5
koda
6 years ago (2014-12-04 19:07:37 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as r42115 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698