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

Issue 354063004: Allow StackFrameIterator to be used on a different thread than the isolate whose stack frames are b… (Closed)

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

Description

Allow StackFrameIterator to be used on a different thread than the isolate whose stack frames are being iterated over. This is necessary to be able to use this in the profiler. BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37886

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -28 lines) Patch
M runtime/vm/os.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/os_android.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/os_linux.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/os_macos.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/os_win.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/profiler.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 2 3 9 chunks +42 lines, -15 lines 0 comments Download
M runtime/vm/stack_frame.cc View 1 2 7 chunks +33 lines, -6 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/stub_code.cc View 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
6 years, 6 months ago (2014-06-27 00:01:59 UTC) #1
siva
I have a meta level concern about allowing iteration over stack frames of an isolate ...
6 years, 5 months ago (2014-06-30 19:49:18 UTC) #2
Cutch
PTAL
6 years, 5 months ago (2014-06-30 20:31:20 UTC) #3
siva
https://codereview.chromium.org/354063004/diff/20001/runtime/vm/stack_frame.cc File runtime/vm/stack_frame.cc (right): https://codereview.chromium.org/354063004/diff/20001/runtime/vm/stack_frame.cc#newcode295 runtime/vm/stack_frame.cc:295: // suspender. This comment I feel should be more ...
6 years, 5 months ago (2014-06-30 23:26:44 UTC) #4
Cutch
https://codereview.chromium.org/354063004/diff/20001/runtime/vm/stack_frame.cc File runtime/vm/stack_frame.cc (right): https://codereview.chromium.org/354063004/diff/20001/runtime/vm/stack_frame.cc#newcode295 runtime/vm/stack_frame.cc:295: // suspender. On 2014/06/30 23:26:44, siva wrote: > This ...
6 years, 5 months ago (2014-07-01 14:26:09 UTC) #5
siva
lgtm
6 years, 5 months ago (2014-07-01 15:44:22 UTC) #6
Cutch
6 years, 5 months ago (2014-07-01 17:38:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r37886 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698