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

Issue 12316065: Set instruction/use_index when adding an input to an IL instruction. (Closed)

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

Description

Set instruction/use_index when adding an input to an IL instruction. When setting an input (including in the constructor) of an IL instruction, automatically set the input use's instruction and use_index fields. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=18961

Patch Set 1 #

Total comments: 6

Patch Set 2 : Incorporated review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -203 lines) Patch
M runtime/vm/flow_graph.cc View 3 chunks +0 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +1 line, -4 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 3 chunks +2 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 67 chunks +103 lines, -169 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 6 chunks +36 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Google)
7 years, 10 months ago (2013-02-22 12:03:38 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/12316065/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/12316065/diff/1/runtime/vm/intermediate_language.cc#newcode572 runtime/vm/intermediate_language.cc:572: for (intptr_t i = comparison->InputCount() - 1; i ...
7 years, 10 months ago (2013-02-22 16:13:36 UTC) #2
Kevin Millikin (Google)
https://codereview.chromium.org/12316065/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/12316065/diff/1/runtime/vm/intermediate_language.cc#newcode572 runtime/vm/intermediate_language.cc:572: for (intptr_t i = comparison->InputCount() - 1; i >= ...
7 years, 10 months ago (2013-02-25 11:08:07 UTC) #3
Kevin Millikin (Google)
7 years, 10 months ago (2013-02-25 11:24:17 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r18961 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698