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

Issue 2452453002: Support unaligned integer loads on ARM and MIPS. (Closed)

Created:
4 years, 1 month ago by rmacnak
Modified:
4 years, 1 month ago
Reviewers:
zra, Cutch, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Support unaligned integer loads on ARM and MIPS. Fixes SDK build with SIMARM/SIMARM64/SIMMIPS. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/26245de7a560de03faf382ec5b94fdff2b96e8c1

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 22

Patch Set 4 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1486 lines, -64 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 3 chunks +92 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 2 chunks +108 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 2 3 1 chunk +185 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 2 1 chunk +185 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 chunks +98 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 2 1 chunk +182 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 3 6 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 7 chunks +12 lines, -19 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 13 chunks +87 lines, -12 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 13 chunks +90 lines, -18 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 11 chunks +82 lines, -12 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 2 3 5 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/kernel_to_il.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/unit_test.h View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
A tests/language/vm/unaligned_access_literal_index_test.dart View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
A tests/language/vm/unaligned_access_register_index_test.dart View 1 2 1 chunk +84 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
rmacnak
4 years, 1 month ago (2016-10-25 23:37:34 UTC) #5
zra
Nice! https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/assembler_arm.h File runtime/vm/assembler_arm.h (right): https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/assembler_arm.h#newcode1003 runtime/vm/assembler_arm.h:1003: extra newline https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/intermediate_language.cc#newcode3696 runtime/vm/intermediate_language.cc:3696: ...
4 years, 1 month ago (2016-10-26 06:59:41 UTC) #6
Cutch
LGTM w/c https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/intermediate_language.cc#newcode3696 runtime/vm/intermediate_language.cc:3696: break; On 2016/10/26 06:59:41, zra wrote: > ...
4 years, 1 month ago (2016-10-26 09:00:29 UTC) #7
siva
I assume you had to do this because the app-jit snapshot generated using the simulator ...
4 years, 1 month ago (2016-10-26 10:37:21 UTC) #9
rmacnak
https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/assembler_arm.h File runtime/vm/assembler_arm.h (right): https://codereview.chromium.org/2452453002/diff/40001/runtime/vm/assembler_arm.h#newcode1003 runtime/vm/assembler_arm.h:1003: On 2016/10/26 06:59:41, zra wrote: > extra newline Done. ...
4 years, 1 month ago (2016-10-31 22:57:26 UTC) #10
rmacnak
On 2016/10/26 10:37:21, siva wrote: > I assume you had to do this because the ...
4 years, 1 month ago (2016-10-31 22:59:03 UTC) #11
rmacnak
4 years, 1 month ago (2016-11-01 00:42:00 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
26245de7a560de03faf382ec5b94fdff2b96e8c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698