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

Issue 1087833005: Add annotation for function declarations. Mark functions with performance problems in red. (Closed)

Created:
5 years, 8 months ago by rmacnak
Modified:
5 years, 8 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Add annotation for function declarations. Mark functions with performance problems in red. Reduce the saturation of the coverage markers. Creating service-refs is horribly expensive: build the details for call sites and function declarations lazily. Report is_inlinable instead of CanBeInlined because the latter depends whether the function currently has code or breakpoints. Committed: https://code.google.com/p/dart/source/detail?r=45217

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : de-polymer breakpoint toggles #

Patch Set 4 : scan to annotate declarations at their name #

Patch Set 5 : #

Total comments: 9

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -131 lines) Patch
M runtime/observatory/lib/src/elements/script_inset.dart View 1 2 3 4 5 7 chunks +219 lines, -89 lines 0 comments Download
M runtime/observatory/lib/src/elements/script_inset.html View 1 2 2 chunks +2 lines, -41 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 8 months ago (2015-04-15 01:51:04 UTC) #2
rmacnak
Added scanning to try to place function declaration annotations at their name. Seems to work ...
5 years, 8 months ago (2015-04-15 17:55:36 UTC) #3
Cutch
LGTMwC https://codereview.chromium.org/1087833005/diff/80001/runtime/observatory/lib/src/elements/script_inset.dart File runtime/observatory/lib/src/elements/script_inset.dart (right): https://codereview.chromium.org/1087833005/diff/80001/runtime/observatory/lib/src/elements/script_inset.dart#newcode22 runtime/observatory/lib/src/elements/script_inset.dart:22: if (infoBox == null) { add comment that ...
5 years, 8 months ago (2015-04-16 14:55:27 UTC) #4
rmacnak
Also figured out the bug that only appeared in dart2js was actually a race: the ...
5 years, 8 months ago (2015-04-16 18:43:08 UTC) #5
rmacnak
5 years, 8 months ago (2015-04-16 19:06:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as 45217 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698