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

Issue 2940883008: [arm, arm64] Implemented unaligned scalar float access. (Closed)

Created:
3 years, 6 months ago by rmacnak
Modified:
3 years, 6 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[arm, arm64] Implemented unaligned scalar float access. [arm64] Fix unaligned (u)int64 stores. Fix unaligned access test to use host endianness. Issue #22151 R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/72e1775fd1805778f7f2ca4f7242dcfb0afdc8a2

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 5

Patch Set 7 : piecewise float64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+299 lines, -161 lines) Patch
M runtime/vm/assembler_arm64.h View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 2 3 4 1 chunk +22 lines, -9 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 6 6 chunks +61 lines, -18 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 2 chunks +25 lines, -6 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 3 4 1 chunk +43 lines, -24 lines 0 comments Download
M tests/language/language.status View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/language/vm/unaligned_float_access_literal_index_test.dart View 1 2 5 1 chunk +24 lines, -24 lines 0 comments Download
M tests/language/vm/unaligned_float_access_register_index_test.dart View 1 2 5 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/vm/unaligned_integer_access_literal_index_test.dart View 1 2 3 4 1 chunk +56 lines, -56 lines 0 comments Download
M tests/language/vm/unaligned_integer_access_register_index_test.dart View 1 2 3 4 1 chunk +12 lines, -12 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
rmacnak
3 years, 6 months ago (2017-06-16 22:19:27 UTC) #4
zra
https://codereview.chromium.org/2940883008/diff/100001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/2940883008/diff/100001/runtime/vm/intermediate_language_arm.cc#newcode1350 runtime/vm/intermediate_language_arm.cc:1350: const Register value1 = locs()->temp(1).reg(); You can save a ...
3 years, 6 months ago (2017-06-19 15:02:49 UTC) #5
zra
lgtm
3 years, 6 months ago (2017-06-19 17:16:04 UTC) #6
rmacnak
https://codereview.chromium.org/2940883008/diff/100001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/2940883008/diff/100001/runtime/vm/intermediate_language_arm.cc#newcode1350 runtime/vm/intermediate_language_arm.cc:1350: const Register value1 = locs()->temp(1).reg(); On 2017/06/19 15:02:48, zra ...
3 years, 6 months ago (2017-06-19 17:18:32 UTC) #7
rmacnak
3 years, 6 months ago (2017-06-19 17:28:44 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
72e1775fd1805778f7f2ca4f7242dcfb0afdc8a2.

Powered by Google App Engine
This is Rietveld 408576698