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

Issue 2859223004: MIPS: Fix unaligned memory access for 64-bit types in wasm-external-refs (Closed)

Created:
3 years, 7 months ago by ivica.bogosavljevic
Modified:
3 years, 7 months ago
CC:
v8-mips-ports_googlegroups.com, v8-reviews_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix unaligned memory access for 64-bit types in wasm-external-refs TEST=wasm-spec-tests/tests/set_local,wasm-spec-tests/tests/imports BUG= Review-Url: https://codereview.chromium.org/2859223004 Cr-Commit-Position: refs/heads/master@{#45279} Committed: https://chromium.googlesource.com/v8/v8/+/dd9ac62cd3b900a0d1d77cd51d9af54a350e6346

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix bad conversion on two places #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -23 lines) Patch
M src/wasm/wasm-external-refs.cc View 1 9 chunks +37 lines, -23 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
ivica.bogosavljevic
PTAL
3 years, 7 months ago (2017-05-05 09:45:35 UTC) #2
ivica.bogosavljevic
PTAL
3 years, 7 months ago (2017-05-11 13:05:19 UTC) #4
ahaas
https://codereview.chromium.org/2859223004/diff/1/src/wasm/wasm-external-refs.cc File src/wasm/wasm-external-refs.cc (right): https://codereview.chromium.org/2859223004/diff/1/src/wasm/wasm-external-refs.cc#newcode45 src/wasm/wasm-external-refs.cc:45: WriteUnalignedValue<int64_t>(output, static_cast<float>(*input)); This function should an int64_t value from ...
3 years, 7 months ago (2017-05-11 18:05:39 UTC) #5
ivica.bogosavljevic
https://codereview.chromium.org/2859223004/diff/1/src/wasm/wasm-external-refs.cc File src/wasm/wasm-external-refs.cc (right): https://codereview.chromium.org/2859223004/diff/1/src/wasm/wasm-external-refs.cc#newcode45 src/wasm/wasm-external-refs.cc:45: WriteUnalignedValue<int64_t>(output, static_cast<float>(*input)); On 2017/05/11 18:05:39, ahaas wrote: > This ...
3 years, 7 months ago (2017-05-12 10:18:11 UTC) #6
ivica.bogosavljevic
Fixed, PTAL
3 years, 7 months ago (2017-05-12 12:00:45 UTC) #7
ahaas
lgtm
3 years, 7 months ago (2017-05-12 12:22:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2859223004/20001
3 years, 7 months ago (2017-05-12 13:16:03 UTC) #14
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 13:17:45 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/dd9ac62cd3b900a0d1d77cd51d9af54a350...

Powered by Google App Engine
This is Rietveld 408576698