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

Issue 1581223002: MIPS: Fix unaligned read/write operations in wasm. (Closed)

Created:
4 years, 11 months ago by akos.palfi.imgtec
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix unaligned read/write operations in wasm. TEST=cctest/test-run-wasm/*, cctest/test-run-wasm-module/*, unittests BUG= Committed: https://crrev.com/1f5c91e4d810bc902f406158ceabd5f8f2a8ee86 Cr-Commit-Position: refs/heads/master@{#33678}

Patch Set 1 #

Patch Set 2 : Fix MIPS64 alignment issues. #

Patch Set 3 : Rebased. #

Total comments: 4

Patch Set 4 : Changed union to memmove & cleanup. #

Total comments: 1

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -59 lines) Patch
M src/utils.h View 1 2 3 4 1 chunk +28 lines, -56 lines 0 comments Download
M src/wasm/encoder.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (9 generated)
akos.palfi.imgtec
PTAL. @Matt: I know it overlaps with your CL, but there's a lot of test ...
4 years, 11 months ago (2016-01-19 15:56:35 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1581223002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1581223002/40001
4 years, 11 months ago (2016-01-19 16:00:49 UTC) #4
titzer
https://codereview.chromium.org/1581223002/diff/40001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1581223002/diff/40001/src/utils.h#newcode1790 src/utils.h:1790: static inline void WriteUnalignedUInt32(void* p, uint32_t value) { Would ...
4 years, 11 months ago (2016-01-19 16:00:56 UTC) #5
MTBrandyberry
On 2016/01/19 15:56:35, akos.palfi.imgtec wrote: > PTAL. > > @Matt: I know it overlaps with ...
4 years, 11 months ago (2016-01-19 16:01:41 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-19 16:27:03 UTC) #8
ivica.bogosavljevic
https://codereview.chromium.org/1581223002/diff/40001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1581223002/diff/40001/src/utils.h#newcode1790 src/utils.h:1790: static inline void WriteUnalignedUInt32(void* p, uint32_t value) { On ...
4 years, 11 months ago (2016-01-20 10:32:58 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1581223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1581223002/60001
4 years, 11 months ago (2016-01-21 20:10:39 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-21 20:45:45 UTC) #14
akos.palfi.imgtec
https://codereview.chromium.org/1581223002/diff/40001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1581223002/diff/40001/src/utils.h#newcode1790 src/utils.h:1790: static inline void WriteUnalignedUInt32(void* p, uint32_t value) { On ...
4 years, 11 months ago (2016-01-21 21:00:22 UTC) #15
akos.palfi.imgtec
https://codereview.chromium.org/1581223002/diff/40001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1581223002/diff/40001/src/utils.h#newcode1790 src/utils.h:1790: static inline void WriteUnalignedUInt32(void* p, uint32_t value) { On ...
4 years, 11 months ago (2016-01-21 21:07:35 UTC) #16
paul.l...
LGTM, very nice cleanup. Ben could you take another look?
4 years, 11 months ago (2016-01-22 01:21:52 UTC) #17
titzer
https://codereview.chromium.org/1581223002/diff/60001/src/utils.h File src/utils.h (right): https://codereview.chromium.org/1581223002/diff/60001/src/utils.h#newcode1721 src/utils.h:1721: #if !(V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64) Actually now that I think ...
4 years, 11 months ago (2016-01-23 15:45:21 UTC) #18
titzer
On 2016/01/23 15:45:21, titzer wrote: > https://codereview.chromium.org/1581223002/diff/60001/src/utils.h > File src/utils.h (right): > > https://codereview.chromium.org/1581223002/diff/60001/src/utils.h#newcode1721 > ...
4 years, 10 months ago (2016-01-28 18:58:48 UTC) #19
akos.palfi.imgtec
On 2016/01/28 18:58:48, titzer wrote: > On 2016/01/23 15:45:21, titzer wrote: > > https://codereview.chromium.org/1581223002/diff/60001/src/utils.h > ...
4 years, 10 months ago (2016-01-29 15:55:21 UTC) #20
titzer
On 2016/01/29 15:55:21, akos.palfi.imgtec wrote: > On 2016/01/28 18:58:48, titzer wrote: > > On 2016/01/23 ...
4 years, 10 months ago (2016-02-02 12:07:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1581223002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1581223002/80001
4 years, 10 months ago (2016-02-02 12:23:20 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-02 12:45:09 UTC) #25
commit-bot: I haz the power
4 years, 10 months ago (2016-02-02 12:45:49 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1f5c91e4d810bc902f406158ceabd5f8f2a8ee86
Cr-Commit-Position: refs/heads/master@{#33678}

Powered by Google App Engine
This is Rietveld 408576698