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

Issue 25640004: Bug fix in load elimination, constant propagation for LoadClassId. (Closed)

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

Description

Bug fix in load elimination, constant propagation for LoadClassId. Handle LoadClassId in constant propagation. This helps with eliminating unreachable code after polymorphic inlining. It exposed a bug which is also fixed in this CL. Redefinitions of values have to be considered for load/store forwarding: Loads/stores to an object defined by a RedefinitionInstr (inserted by polymorphic inlining) must be treated properly as loads/stores to the original object. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=28159

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -7 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 8 chunks +24 lines, -6 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
7 years, 2 months ago (2013-10-02 12:27:57 UTC) #1
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/25640004/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/25640004/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode4305 runtime/vm/flow_graph_optimizer.cc:4305: static Definition* Unwrap(Definition* defn) { Even though it's ...
7 years, 2 months ago (2013-10-02 12:36:19 UTC) #2
Florian Schneider
https://codereview.chromium.org/25640004/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/25640004/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode4305 runtime/vm/flow_graph_optimizer.cc:4305: static Definition* Unwrap(Definition* defn) { On 2013/10/02 12:36:19, kmillikin ...
7 years, 2 months ago (2013-10-02 12:58:41 UTC) #3
Florian Schneider
7 years, 2 months ago (2013-10-02 13:30:17 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r28159 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698