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

Issue 2764583003: [wasm] Fix wasm interpreter entry for 32 bit big endian systems (Closed)

Created:
3 years, 9 months ago by rayb
Modified:
3 years, 9 months ago
CC:
JaideepBajwa, v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Fix wasm interpreter entry for 32 bit big endian systems The order of the return values are wrong for 32 bit big endian machines. BUG=none R=titzer@chromium.org, clemensh@chromium.org, Review-Url: https://codereview.chromium.org/2764583003 Cr-Commit-Position: refs/heads/master@{#44041} Committed: https://chromium.googlesource.com/v8/v8/+/04440d28693474cf0a7c10c5a63915528a227a5f

Patch Set 1 #

Total comments: 2

Patch Set 2 : using the kInt64LowerHalfMemoryOffset and kInt64UpperHalfMemoryOffset constants to load the lower and upper half #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M src/compiler/wasm-compiler.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
rayb
ptal
3 years, 9 months ago (2017-03-20 19:13:48 UTC) #1
Clemens Hammacher
Nit: Please write the commit message in present tense: "Fix ..." https://codereview.chromium.org/2764583003/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): ...
3 years, 9 months ago (2017-03-21 08:36:10 UTC) #2
rayb
On 2017/03/21 08:36:10, Clemens Hammacher wrote: > Nit: Please write the commit message in present ...
3 years, 9 months ago (2017-03-22 17:19:52 UTC) #5
rayb
https://codereview.chromium.org/2764583003/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2764583003/diff/1/src/compiler/wasm-compiler.cc#newcode2852 src/compiler/wasm-compiler.cc:2852: #if defined(V8_TARGET_LITTLE_ENDIAN) On 2017/03/21 08:36:10, Clemens Hammacher wrote: > ...
3 years, 9 months ago (2017-03-22 17:21:47 UTC) #9
Clemens Hammacher
On 2017/03/22 at 17:19:52, rayb wrote: > On 2017/03/21 08:36:10, Clemens Hammacher wrote: > > ...
3 years, 9 months ago (2017-03-22 17:22:01 UTC) #11
rayb
On 2017/03/22 17:22:01, Clemens Hammacher wrote: > On 2017/03/22 at 17:19:52, rayb wrote: > > ...
3 years, 9 months ago (2017-03-22 17:46:55 UTC) #12
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/2764583003/20001
3 years, 9 months ago (2017-03-22 17:47:11 UTC) #14
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 17:48:33 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/04440d28693474cf0a7c10c5a63915528a2...

Powered by Google App Engine
This is Rietveld 408576698