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

Issue 294223003: Last cross-platform cleanup in preparation of improved ARM code for indexed (Closed)

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

Description

Last cross-platform cleanup in preparation of improved ARM code for indexed loads and stores. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=36577

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -407 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 1 chunk +0 lines, -18 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 2 chunks +6 lines, -42 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 1 chunk +0 lines, -56 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 1 chunk +0 lines, -36 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 2 chunks +6 lines, -62 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 chunks +62 lines, -32 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 chunks +62 lines, -37 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 1 chunk +3 lines, -6 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
regis
6 years, 7 months ago (2014-05-23 00:22:52 UTC) #1
Florian Schneider
dbc: https://codereview.chromium.org/294223003/diff/1/runtime/vm/flow_graph_compiler_ia32.cc File runtime/vm/flow_graph_compiler_ia32.cc (right): https://codereview.chromium.org/294223003/diff/1/runtime/vm/flow_graph_compiler_ia32.cc#newcode1542 runtime/vm/flow_graph_compiler_ia32.cc:1542: Address FlowGraphCompiler::ElementAddressForIntIndex(bool is_load, I don't see is_load used ...
6 years, 7 months ago (2014-05-23 07:54:15 UTC) #2
regis
https://codereview.chromium.org/294223003/diff/1/runtime/vm/flow_graph_compiler_ia32.cc File runtime/vm/flow_graph_compiler_ia32.cc (right): https://codereview.chromium.org/294223003/diff/1/runtime/vm/flow_graph_compiler_ia32.cc#newcode1542 runtime/vm/flow_graph_compiler_ia32.cc:1542: Address FlowGraphCompiler::ElementAddressForIntIndex(bool is_load, On 2014/05/23 07:54:16, Florian Schneider wrote: ...
6 years, 7 months ago (2014-05-23 14:51:05 UTC) #3
regis
I made these calls architecture dependent, which makes more sense. PTAL
6 years, 7 months ago (2014-05-23 17:32:44 UTC) #4
srdjan
LGTM
6 years, 7 months ago (2014-05-23 18:03:27 UTC) #5
regis
Thanks! I moved DataOffsetFor and ElementSizeFor from Object to Instance before submitting, as discussed.
6 years, 7 months ago (2014-05-23 18:23:09 UTC) #6
regis
6 years, 7 months ago (2014-05-23 18:31:19 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r36577 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698