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

Issue 1119013003: Add --noopt flag that sets all kind of flags to make unoptimzied code as fast as possible (and not … (Closed)

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

Description

Add --noopt flag that sets all kind of flags to make unoptimzied code as fast as possible (and not running optimized code at all). Add flag --always_megamorphic_calls, causes instance calls to use megamorphic instead of ICdata calls. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=45475

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -5 lines) Patch
M runtime/bin/main.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 4 3 chunks +25 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 1 chunk +9 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 1 chunk +8 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 1 chunk +8 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 1 chunk +8 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 7 months ago (2015-05-01 20:32:44 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/1119013003/diff/60001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1119013003/diff/60001/runtime/vm/flow_graph_compiler.cc#newcode63 runtime/vm/flow_graph_compiler.cc:63: FLAG_optimization_counter_threshold = -1; Will this handler called ever ...
5 years, 7 months ago (2015-05-01 20:47:58 UTC) #3
srdjan
https://codereview.chromium.org/1119013003/diff/60001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/1119013003/diff/60001/runtime/vm/flow_graph_compiler.cc#newcode63 runtime/vm/flow_graph_compiler.cc:63: FLAG_optimization_counter_threshold = -1; On 2015/05/01 20:47:58, Florian Schneider wrote: ...
5 years, 7 months ago (2015-05-01 20:55:11 UTC) #4
srdjan
5 years, 7 months ago (2015-05-01 20:55:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r45475 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698