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

Issue 1582683003: Fall back to inlining intervals to generate stack traces in --noopt. Inlined frames will lack line … (Closed)

Created:
4 years, 11 months ago by rmacnak
Modified:
4 years, 11 months ago
Reviewers:
Cutch
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

Fall back to inlining intervals to generate stack traces in --noopt. Inlined frames will lack line and column positions, but they will at least be expanded. Fix stack traces when visible functions are inlined into an invisible function. Fix off-by-one expanding inlined functions in the profiler. BUG=http://dartbug.com/24783 R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/80702cb2722f70906d4f2c5a32b0e2a14ad8aa20

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -24 lines) Patch
M runtime/tests/vm/vm.status View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +60 lines, -18 lines 0 comments Download
M runtime/vm/profiler_service.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/profiler_test.cc View 1 6 chunks +154 lines, -3 lines 0 comments Download
M tests/language/language.status View 2 chunks +1 line, -1 line 0 comments Download
M tests/standalone/standalone.status View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
rmacnak
4 years, 11 months ago (2016-01-12 22:18:37 UTC) #4
Cutch
LGTM with some comments/suggestions https://codereview.chromium.org/1582683003/diff/1/runtime/vm/profiler_test.cc File runtime/vm/profiler_test.cc (right): https://codereview.chromium.org/1582683003/diff/1/runtime/vm/profiler_test.cc#newcode1414 runtime/vm/profiler_test.cc:1414: TEST_CASE(Profiler_InliningIntervalBoundry) { Add a comment ...
4 years, 11 months ago (2016-01-12 22:27:50 UTC) #5
rmacnak
https://codereview.chromium.org/1582683003/diff/1/runtime/vm/profiler_test.cc File runtime/vm/profiler_test.cc (right): https://codereview.chromium.org/1582683003/diff/1/runtime/vm/profiler_test.cc#newcode1414 runtime/vm/profiler_test.cc:1414: TEST_CASE(Profiler_InliningIntervalBoundry) { On 2016/01/12 22:27:50, Cutch wrote: > Add ...
4 years, 11 months ago (2016-01-13 00:40:49 UTC) #6
rmacnak
4 years, 11 months ago (2016-01-13 00:45:07 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
80702cb2722f70906d4f2c5a32b0e2a14ad8aa20 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698