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

Issue 341083002: Use Dart stack walker when we have an exit frame. (Closed)

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

Description

Use Dart stack walker when we have an exit frame. This makes the profiler more Dart developer friendly (but less VM developer friendly). Also, fixes a bug where the top exit frame info would be invalid after an exception occurs. The flag: --profile-vm allows for profiling of VM internals. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37767

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -24 lines) Patch
M runtime/vm/exceptions.cc View 1 2 3 3 chunks +10 lines, -4 lines 0 comments Download
M runtime/vm/profiler.cc View 1 3 chunks +18 lines, -20 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
6 years, 6 months ago (2014-06-19 14:42:11 UTC) #1
siva
lgtm https://codereview.chromium.org/341083002/diff/1/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/341083002/diff/1/runtime/vm/profiler.cc#newcode1863 runtime/vm/profiler.cc:1863: } Should there be an UNREACHEABLE() here, i.e ...
6 years, 6 months ago (2014-06-19 20:22:17 UTC) #2
Cutch
https://codereview.chromium.org/341083002/diff/1/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/341083002/diff/1/runtime/vm/profiler.cc#newcode1863 runtime/vm/profiler.cc:1863: } On 2014/06/19 20:22:17, siva wrote: > Should there ...
6 years, 6 months ago (2014-06-23 17:30:12 UTC) #3
siva
lgtm
6 years, 6 months ago (2014-06-26 20:45:00 UTC) #4
Cutch
6 years, 6 months ago (2014-06-26 22:06:39 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r37767 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698