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

Issue 1410543011: Fix processing profiler samples in the presence of Thumb code. (Closed)

Created:
5 years, 1 month ago by rmacnak
Modified:
5 years, 1 month ago
Reviewers:
zra, Florian Schneider
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

Fix processing profiler samples in the presence of Thumb code. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/e666436d05f64c12105b9bf0d19961f663824dbb

Patch Set 1 #

Patch Set 2 : mod 2 #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M runtime/vm/profiler_service.cc View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
rmacnak
5 years, 1 month ago (2015-10-30 18:14:27 UTC) #2
zra
https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc#newcode1909 runtime/vm/profiler_service.cc:1909: #if defined(HOST_ARCH_ARM) We should probably check that __thumb__ or ...
5 years, 1 month ago (2015-10-30 18:28:31 UTC) #3
rmacnak
https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc#newcode1909 runtime/vm/profiler_service.cc:1909: #if defined(HOST_ARCH_ARM) On 2015/10/30 18:28:31, zra wrote: > We ...
5 years, 1 month ago (2015-10-30 18:36:50 UTC) #4
Florian Schneider
dbc: https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc#newcode1910 runtime/vm/profiler_service.cc:1910: if ((native_start % 2) == 1) { On ...
5 years, 1 month ago (2015-10-30 19:12:02 UTC) #6
zra
lgtm
5 years, 1 month ago (2015-10-30 19:18:09 UTC) #7
rmacnak
https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc File runtime/vm/profiler_service.cc (right): https://codereview.chromium.org/1410543011/diff/20001/runtime/vm/profiler_service.cc#newcode1910 runtime/vm/profiler_service.cc:1910: if ((native_start % 2) == 1) { On 2015/10/30 ...
5 years, 1 month ago (2015-10-30 19:48:51 UTC) #8
rmacnak
5 years, 1 month ago (2015-10-30 19:49:36 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
e666436d05f64c12105b9bf0d19961f663824dbb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698