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

Issue 1149713002: With --noopt run unoptimized code through optimizer, more optimizations can be done later. (Closed)

Created:
5 years, 7 months ago by srdjan
Modified:
5 years, 6 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

With --noopt run unoptimized code through optimizer, more optimizations can be done later. BUG= R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/ed73a3d1513027544c86b16659c7f32f38578e85

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 4

Patch Set 3 : Cleanup #

Patch Set 4 : Fixes #

Patch Set 5 : sync #

Patch Set 6 : x #

Patch Set 7 : m #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -52 lines) Patch
M runtime/vm/block_scheduler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/compiler.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 9 chunks +27 lines, -9 lines 0 comments Download
M runtime/vm/constant_propagator.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/debugger.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph.cc View 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 4 7 chunks +22 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 3 chunks +17 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 1 2 4 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 14 chunks +80 lines, -15 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 6 3 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/report.cc View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
srdjan
5 years, 7 months ago (2015-05-20 18:18:36 UTC) #2
Florian Schneider
LGTM. Please make sure that we pass all our tests with --noopt, since we don't ...
5 years, 7 months ago (2015-05-21 14:51:05 UTC) #3
srdjan
https://codereview.chromium.org/1149713002/diff/20001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/1149713002/diff/20001/runtime/vm/flow_graph_optimizer.cc#newcode96 runtime/vm/flow_graph_optimizer.cc:96: current_iterator_ = ⁢ On 2015/05/21 14:51:05, Florian Schneider wrote: ...
5 years, 7 months ago (2015-05-21 17:27:08 UTC) #4
srdjan
Additional changes: - Do not allow conversion from StaticCallInstr to MathUnaryInstr (and for SIMD constructors) ...
5 years, 7 months ago (2015-05-22 23:27:30 UTC) #5
srdjan
On 2015/05/22 23:27:30, srdjan wrote: > Additional changes: > - Do not allow conversion from ...
5 years, 7 months ago (2015-05-27 21:37:13 UTC) #6
srdjan
5 years, 6 months ago (2015-05-28 17:06:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
ed73a3d1513027544c86b16659c7f32f38578e85 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698