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

Issue 361743002: observatory/vm: add support for computing/passing end tokens on classes (Closed)

Created:
6 years, 5 months ago by Michael Lippautz (Google)
Modified:
6 years, 5 months ago
Reviewers:
Cutch, hausner
CC:
reviews_dartlang.org, turnidge, vm-dev_dartlang.org
Visibility:
Public.

Description

observatory: add class view based on end token position vm: add method to compute end token positions BUG= R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37964

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : rewrite #

Patch Set 6 : fix polymer include and add deployed/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -76 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html View 1 2 3 4 5 5 chunks +43 lines, -37 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index.html._data View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html View 1 2 3 4 5 5 chunks +43 lines, -37 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html._data View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/class_view.html View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/elements/class_view.html View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/service/object.dart View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 2 chunks +27 lines, -0 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Michael Lippautz (Google)
6 years, 5 months ago (2014-06-30 18:25:53 UTC) #1
hausner
We use classes for many things in the VM, e.g. function signatures. Those classes don't ...
6 years, 5 months ago (2014-06-30 18:54:19 UTC) #2
Cutch
On 2014/06/30 18:54:19, hausner wrote: > We use classes for many things in the VM, ...
6 years, 5 months ago (2014-06-30 19:45:55 UTC) #3
hausner
The end token position for functions is used in more performance-critical paths, so computing it ...
6 years, 5 months ago (2014-06-30 20:58:45 UTC) #4
Michael Lippautz (Google)
PTAL. as discussed offline we re-parse on the client side.
6 years, 5 months ago (2014-07-01 23:04:34 UTC) #5
hausner
I don't think this works :( https://codereview.chromium.org/361743002/diff/60001/runtime/bin/vmservice/client/lib/src/service/object.dart File runtime/bin/vmservice/client/lib/src/service/object.dart (right): https://codereview.chromium.org/361743002/diff/60001/runtime/bin/vmservice/client/lib/src/service/object.dart#newcode1106 runtime/bin/vmservice/client/lib/src/service/object.dart:1106: class ClassParser { ...
6 years, 5 months ago (2014-07-01 23:49:07 UTC) #6
Michael Lippautz (Google)
On 2014/07/01 23:49:07, hausner wrote: > I don't think this works :( > > https://codereview.chromium.org/361743002/diff/60001/runtime/bin/vmservice/client/lib/src/service/object.dart ...
6 years, 5 months ago (2014-07-02 00:02:24 UTC) #7
Michael Lippautz (Google)
On 2014/07/02 00:02:24, Michael Lippautz wrote: > On 2014/07/01 23:49:07, hausner wrote: > > I ...
6 years, 5 months ago (2014-07-02 21:10:43 UTC) #8
Cutch
lgtm
6 years, 5 months ago (2014-07-02 21:12:01 UTC) #9
Michael Lippautz (Google)
6 years, 5 months ago (2014-07-02 23:23:03 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r37964 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698