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

Issue 1770333002: [wasm] Use MachineOperatorBuilder::word() instead of kPointerSize to determine the word size. (Closed)

Created:
4 years, 9 months ago by ahaas
Modified:
4 years, 9 months ago
Reviewers:
titzer
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

[wasm] Use MachineOperatorBuilder::word() instead of kPointerSize to determine the word size. R=titzer@chromium.org Committed: https://crrev.com/4122df2615a8acc64a50dcc394667af6ee7c5ad2 Cr-Commit-Position: refs/heads/master@{#34581}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use Is32 instead of word() == MachineRepresentation::kWord32 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -38 lines) Patch
M src/compiler/int64-lowering.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/wasm-compiler.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M test/unittests/compiler/int64-lowering-unittest.cc View 15 chunks +2 lines, -31 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
ahaas
4 years, 9 months ago (2016-03-08 07:56:38 UTC) #1
titzer
lgtm other than one simplification https://codereview.chromium.org/1770333002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1770333002/diff/1/src/compiler/wasm-compiler.cc#newcode865 src/compiler/wasm-compiler.cc:865: if (m->word() == MachineRepresentation::kWord32) ...
4 years, 9 months ago (2016-03-08 08:06:15 UTC) #2
ahaas
https://codereview.chromium.org/1770333002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1770333002/diff/1/src/compiler/wasm-compiler.cc#newcode865 src/compiler/wasm-compiler.cc:865: if (m->word() == MachineRepresentation::kWord32) { On 2016/03/08 at 08:06:15, ...
4 years, 9 months ago (2016-03-08 08:29:09 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1770333002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1770333002/20001
4 years, 9 months ago (2016-03-08 11:28:50 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/14925)
4 years, 9 months ago (2016-03-08 11:47:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1770333002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1770333002/20001
4 years, 9 months ago (2016-03-08 12:39:46 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-08 12:41:31 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-08 12:42:47 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4122df2615a8acc64a50dcc394667af6ee7c5ad2
Cr-Commit-Position: refs/heads/master@{#34581}

Powered by Google App Engine
This is Rietveld 408576698