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

Issue 1523833003: Add more compiler timeline durations (Closed)

Created:
5 years ago by Cutch
Modified:
5 years ago
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

Add more compiler timeline durations All phases of unoptimized and optimized compilation are now on the timeline. R=fschneider@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/27d05fc98a90b82757c0ca0ecff8007cee56520b

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -49 lines) Patch
M runtime/vm/compiler.cc View 1 2 16 chunks +138 lines, -48 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
Cutch
5 years ago (2015-12-14 22:03:55 UTC) #4
Florian Schneider
lgtm https://codereview.chromium.org/1523833003/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1523833003/diff/1/runtime/vm/compiler.cc#newcode774 runtime/vm/compiler.cc:774: } Why just measure this phase? I think ...
5 years ago (2015-12-15 09:47:27 UTC) #5
Cutch
PTAL https://codereview.chromium.org/1523833003/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1523833003/diff/1/runtime/vm/compiler.cc#newcode774 runtime/vm/compiler.cc:774: } On 2015/12/15 09:47:27, Florian Schneider wrote: > ...
5 years ago (2015-12-15 16:59:26 UTC) #6
Florian Schneider
Lgtm. We may remove even more. I think the most important are all optimization passes, ...
5 years ago (2015-12-15 17:15:35 UTC) #8
rmacnak
I'd also add a scope for DartCompilationPipeline::ParseFunction. lgtm
5 years ago (2015-12-15 17:24:37 UTC) #9
Cutch
Committed patchset #3 (id:40001) manually as 27d05fc98a90b82757c0ca0ecff8007cee56520b (presubmit successful).
5 years ago (2015-12-15 17:51:51 UTC) #11
Cutch
5 years ago (2015-12-15 17:51:56 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc
File runtime/vm/compiler.cc (right):

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:608: "Canonicalize");
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Remove scope for canonicalize.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:647: TimelineDurationScope tds2(thread,
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Remove this scope.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:671: TimelineDurationScope tds2(thread,
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Merge with previous scope.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:680: 
On 2015/12/15 17:15:35, Florian Schneider wrote:
> ComputeBlockEffects, CSE, LICM in one scope.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:775: TimelineDurationScope tds2(thread,
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Remove this scope.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:790: TimelineDurationScope tds2(thread,
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Remove this scope.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:826: TimelineDurationScope tds2(thread,
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Remove this scope.

Done.

https://codereview.chromium.org/1523833003/diff/20001/runtime/vm/compiler.cc#...
runtime/vm/compiler.cc:853: TimelineDurationScope tds2(thread,
On 2015/12/15 17:15:35, Florian Schneider wrote:
> Remove this scope.

Done.

Powered by Google App Engine
This is Rietveld 408576698