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

Issue 1562993003: Add the forceCompile param to _getSourceReport. (Closed)

Created:
4 years, 11 months ago by turnidge
Modified:
4 years, 11 months ago
Reviewers:
Cutch, rmacnak, 0941114136a
CC:
reviews_dartlang.org, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add the forceCompile param to _getSourceReport. Deal with some empty ranges that were being emitted. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/a283265955d6c11e542008a3a94f6b35feb72491

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -2 lines) Patch
M runtime/observatory/tests/service/get_source_report_test.dart View 1 2 2 chunks +20 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 1 2 3 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/source_report.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
turnidge
4 years, 11 months ago (2016-01-06 21:38:42 UTC) #2
Cutch
LGTM with some suggestions https://codereview.chromium.org/1562993003/diff/20001/runtime/observatory/tests/service/get_source_report_test.dart File runtime/observatory/tests/service/get_source_report_test.dart (right): https://codereview.chromium.org/1562993003/diff/20001/runtime/observatory/tests/service/get_source_report_test.dart#newcode74 runtime/observatory/tests/service/get_source_report_test.dart:74: if (!coverage['ranges'][i]['compiled']) { This could ...
4 years, 11 months ago (2016-01-06 21:43:46 UTC) #3
rmacnak
https://codereview.chromium.org/1562993003/diff/20001/runtime/vm/source_report.cc File runtime/vm/source_report.cc (right): https://codereview.chromium.org/1562993003/diff/20001/runtime/vm/source_report.cc#newcode250 runtime/vm/source_report.cc:250: if (func.IsAsyncFunction()) { Similar story with sync* and async* ...
4 years, 11 months ago (2016-01-07 18:08:43 UTC) #5
turnidge
https://codereview.chromium.org/1562993003/diff/20001/runtime/observatory/tests/service/get_source_report_test.dart File runtime/observatory/tests/service/get_source_report_test.dart (right): https://codereview.chromium.org/1562993003/diff/20001/runtime/observatory/tests/service/get_source_report_test.dart#newcode74 runtime/observatory/tests/service/get_source_report_test.dart:74: if (!coverage['ranges'][i]['compiled']) { On 2016/01/06 21:43:45, Cutch wrote: > ...
4 years, 11 months ago (2016-01-07 19:25:17 UTC) #6
turnidge
Committed patchset #3 (id:40001) manually as a283265955d6c11e542008a3a94f6b35feb72491 (presubmit successful).
4 years, 11 months ago (2016-01-07 19:33:34 UTC) #8
0941114136a
4 years, 11 months ago (2016-01-07 19:35:35 UTC) #10
0941114136a
asd
4 years, 11 months ago (2016-01-07 19:51:22 UTC) #11
0941114136a
4 years, 11 months ago (2016-01-07 19:51:40 UTC) #12
Message was sent while issue was closed.
asdsa

Powered by Google App Engine
This is Rietveld 408576698