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

Issue 17770003: Add --deoptimization_counter_inlining_threshold=10 that stops inlining in a method that has reached… (Closed)

Created:
7 years, 6 months ago by srdjan
Modified:
7 years, 5 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add --deoptimization_counter_inlining_threshold=10 that stops inlining in a method that has reached it. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=24519

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -15 lines) Patch
M runtime/vm/code_generator.cc View 1 2 3 4 5 6 2 chunks +21 lines, -14 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
7 years, 6 months ago (2013-06-25 23:28:20 UTC) #1
Florian Schneider
I would rather disable loop invariant code motion after a some threshold for now. Inlining ...
7 years, 6 months ago (2013-06-26 13:23:10 UTC) #2
srdjan
PTAL Added flag --stop_on_excessive_deoptimization=false to locate performance problems caused by excessive deoptimization. Added --deoptimization_counter_licm_threshold=8 to ...
7 years, 6 months ago (2013-06-26 18:04:08 UTC) #3
Florian Schneider
LGTM.
7 years, 5 months ago (2013-06-27 09:19:35 UTC) #4
srdjan
7 years, 5 months ago (2013-06-27 15:26:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 manually as r24519 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698