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

Issue 12334007: Reapply "Change the SSA construction pass to also construct def-use chains." (Closed)

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

Description

Reapply "Change the SSA construction pass to also construct def-use chains." This reapplies svn commit 18813 with a bug fix. In the case of an inlined call whose value is not used, the inliner hase inserted a use of the return value's definition, which must be removed. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=18827

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -174 lines) Patch
M runtime/vm/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph.h View 2 chunks +1 line, -3 lines 0 comments Download
M runtime/vm/flow_graph.cc View 6 chunks +24 lines, -154 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 4 chunks +28 lines, -13 lines 0 comments Download
M runtime/vm/intermediate_language.h View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
The diff from the previous change is: --- a/runtime/vm/flow_graph_builder.cc +++ b/runtime/vm/flow_graph_builder.cc @@ -211,6 +211,12 @@ ...
7 years, 10 months ago (2013-02-21 11:48:35 UTC) #1
Vyacheslav Egorov (Google)
lgtm
7 years, 10 months ago (2013-02-21 11:52:34 UTC) #2
Kevin Millikin (Google)
7 years, 10 months ago (2013-02-21 12:57:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698