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

Issue 1411703004: Pass Thread into StackFrameIterator (Closed)

Created:
5 years, 2 months ago by Cutch
Modified:
5 years, 2 months ago
Reviewers:
srdjan, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Pass Thread into StackFrameIterator - StackFrameIterator is now constructed with a Thread instead of an Isolate. - Profiler provides Thread to StackFrameIterator- allowing this to work on Windows. R=asiva@google.com, srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/24ceded4e9412483ee557afab30ec570a02ec11f

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -56 lines) Patch
M runtime/vm/profiler.cc View 1 3 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 8 chunks +28 lines, -25 lines 0 comments Download
M runtime/vm/stack_frame.cc View 1 2 3 10 chunks +25 lines, -27 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
srdjan
https://codereview.chromium.org/1411703004/diff/1/runtime/vm/stack_frame.h File runtime/vm/stack_frame.h (right): https://codereview.chromium.org/1411703004/diff/1/runtime/vm/stack_frame.h#newcode273 runtime/vm/stack_frame.h:273: Thread* thread = Thread::Current()) Pass in only thread and ...
5 years, 2 months ago (2015-10-20 20:59:26 UTC) #3
siva
https://chromiumcodereview.appspot.com/1411703004/diff/1/runtime/vm/stack_frame.h File runtime/vm/stack_frame.h (right): https://chromiumcodereview.appspot.com/1411703004/diff/1/runtime/vm/stack_frame.h#newcode186 runtime/vm/stack_frame.h:186: Thread* thread = Thread::Current()); The explicit should have been ...
5 years, 2 months ago (2015-10-20 21:06:14 UTC) #4
Cutch
PTAL
5 years, 2 months ago (2015-10-20 21:29:00 UTC) #6
siva
lgtm
5 years, 2 months ago (2015-10-20 21:33:17 UTC) #7
srdjan
lgtm https://codereview.chromium.org/1411703004/diff/20001/runtime/vm/stack_frame.cc File runtime/vm/stack_frame.cc (right): https://codereview.chromium.org/1411703004/diff/20001/runtime/vm/stack_frame.cc#newcode273 runtime/vm/stack_frame.cc:273: uword exit_marker = thread_->top_exit_frame_info(); Please sync with my ...
5 years, 2 months ago (2015-10-20 21:33:47 UTC) #8
Cutch
https://codereview.chromium.org/1411703004/diff/20001/runtime/vm/stack_frame.cc File runtime/vm/stack_frame.cc (right): https://codereview.chromium.org/1411703004/diff/20001/runtime/vm/stack_frame.cc#newcode273 runtime/vm/stack_frame.cc:273: uword exit_marker = thread_->top_exit_frame_info(); On 2015/10/20 21:33:47, srdjan wrote: ...
5 years, 2 months ago (2015-10-20 21:39:01 UTC) #9
Cutch
5 years, 2 months ago (2015-10-21 14:37:26 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
24ceded4e9412483ee557afab30ec570a02ec11f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698