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

Issue 207063002: Refactor to support multiple outputs in location summary (Closed)

Created:
6 years, 9 months ago by Cutch
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Refactor to support multiple outputs in location summary R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=34250

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+719 lines, -680 lines) Patch
M runtime/vm/flow_graph_allocator.cc View 8 chunks +14 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 145 chunks +174 lines, -174 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 167 chunks +197 lines, -197 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 80 chunks +93 lines, -93 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 149 chunks +178 lines, -178 lines 0 comments Download
M runtime/vm/locations.h View 1 3 chunks +20 lines, -10 lines 0 comments Download
M runtime/vm/locations.cc View 1 4 chunks +33 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
Refactor LocationSummary to support multiple outputs. I've left an ASSERT that the number of outputs ...
6 years, 9 months ago (2014-03-20 22:32:21 UTC) #1
srdjan
lgtm https://codereview.chromium.org/207063002/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/207063002/diff/1/runtime/vm/intermediate_language.cc#newcode2078 runtime/vm/intermediate_language.cc:2078: ASSERT((InputCount() == 0) || locs()->out(0).reg() == locs()->in(0).reg()); More ...
6 years, 9 months ago (2014-03-20 23:04:23 UTC) #2
Florian Schneider
dbc: https://codereview.chromium.org/207063002/diff/1/runtime/vm/locations.h File runtime/vm/locations.h (right): https://codereview.chromium.org/207063002/diff/1/runtime/vm/locations.h#newcode479 runtime/vm/locations.h:479: ZoneGrowableArray<Location> input_locations_; I wonder how often we actually ...
6 years, 9 months ago (2014-03-21 10:47:06 UTC) #3
Cutch
https://codereview.chromium.org/207063002/diff/1/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/207063002/diff/1/runtime/vm/intermediate_language.cc#newcode2078 runtime/vm/intermediate_language.cc:2078: ASSERT((InputCount() == 0) || locs()->out(0).reg() == locs()->in(0).reg()); On 2014/03/20 ...
6 years, 9 months ago (2014-03-21 14:36:45 UTC) #4
Cutch
6 years, 9 months ago (2014-03-21 14:40:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r34250 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698