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

Issue 182703003: Cleanup native, collected, and stub code handling in profiler (Closed)

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

Description

Cleanup native, collected, and stub code handling in profiler R=iposva@google.com, turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=33177

Patch Set 1 #

Total comments: 15

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -234 lines) Patch
M runtime/bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js View 6 chunks +29 lines, -52 lines 0 comments Download
M runtime/bin/vmservice/client/deployed/web/index_devtools.html_bootstrap.dart.js View 6 chunks +29 lines, -52 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/model.dart View 1 3 chunks +13 lines, -45 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory/view_model.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/bin/vmservice/client/lib/src/observatory_elements/service_ref.dart View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/disassembler.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/disassembler_ia32.cc View 1 2 3 4 3 chunks +6 lines, -10 lines 0 comments Download
M runtime/vm/disassembler_x64.cc View 1 2 3 4 3 chunks +4 lines, -8 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 chunks +20 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 4 chunks +66 lines, -19 lines 0 comments Download
M runtime/vm/profiler.cc View 1 2 3 4 4 chunks +45 lines, -24 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 8 chunks +46 lines, -15 lines 0 comments Download
M runtime/vm/stack_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Cutch
6 years, 9 months ago (2014-02-28 17:34:27 UTC) #1
turnidge
https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc#newcode4861 runtime/vm/object.cc:4861: printf("Function given null name.\n"); Debug printf? https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc#newcode4864 runtime/vm/object.cc:4864: printf("Function ...
6 years, 9 months ago (2014-02-28 19:23:36 UTC) #2
Cutch
https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc#newcode4861 runtime/vm/object.cc:4861: printf("Function given null name.\n"); On 2014/02/28 19:23:37, turnidge wrote: ...
6 years, 9 months ago (2014-02-28 19:37:08 UTC) #3
turnidge
lgtm w/ minor comments. https://codereview.chromium.org/182703003/diff/60001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/182703003/diff/60001/runtime/vm/raw_object.h#newcode822 runtime/vm/raw_object.h:822: // Else, owner_ is a ...
6 years, 9 months ago (2014-02-28 19:45:43 UTC) #4
Cutch
https://codereview.chromium.org/182703003/diff/60001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/182703003/diff/60001/runtime/vm/raw_object.h#newcode822 runtime/vm/raw_object.h:822: // Else, owner_ is a regular Dart Function. On ...
6 years, 9 months ago (2014-02-28 19:48:08 UTC) #5
Ivan Posva
LGTM with comments. -Ivan https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/182703003/diff/1/runtime/vm/object.cc#newcode4531 runtime/vm/object.cc:4531: value.set_owner_function(*this); How about just value.set_owner(*this)? ...
6 years, 9 months ago (2014-02-28 21:46:32 UTC) #6
Cutch
https://codereview.chromium.org/182703003/diff/60001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/182703003/diff/60001/runtime/vm/object.cc#newcode4531 runtime/vm/object.cc:4531: value.set_owner_function(*this); On 2014/02/28 21:46:35, Ivan Posva wrote: > I ...
6 years, 9 months ago (2014-02-28 22:47:04 UTC) #7
Cutch
6 years, 9 months ago (2014-02-28 22:56:18 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r33177 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698