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

Issue 11975061: Removed loop depth info tracking at graph build time. (Closed)

Created:
7 years, 11 months ago by srdjan
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org, Kevin Millikin (Google)
Visibility:
Public.

Description

Removed loop depth info tracking at graph build time. 60% compilation speed improvement on pathological case. Improvements for dart2js The loop depth signal was made unnecessary by the call frequency signal. Committed: https://code.google.com/p/dart/source/detail?r=17408

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -216 lines) Patch
M runtime/vm/compiler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 2 3 4 6 chunks +6 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 78 chunks +97 lines, -151 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 3 4 7 chunks +4 lines, -19 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 1 chunk +2 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 6 chunks +6 lines, -19 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
7 years, 11 months ago (2013-01-17 23:03:30 UTC) #1
Kevin Millikin (Google)
7 years, 11 months ago (2013-01-21 08:01:41 UTC) #2
Sticks the value.  LGTM.

Powered by Google App Engine
This is Rietveld 408576698