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

Issue 1839333002: [wasm] Fix asm.js semantics for divide by zero in WASM translation. (Closed)

Created:
4 years, 8 months ago by titzer
Modified:
4 years, 8 months ago
Reviewers:
bradnelson, ahaas
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] Fix asm.js semantics for divide by zero in WASM translation. R=ahaas@chromium.org,bradnelson@chromium.org BUG= Committed: https://crrev.com/257bdfe5434ea54b8687b51611f62b28952bf326 Cr-Commit-Position: refs/heads/master@{#35134}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix arm cases. #

Patch Set 3 : Small code simplifications. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -56 lines) Patch
M src/compiler/wasm-compiler.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 2 chunks +132 lines, -35 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 chunk +22 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm.cc View 2 chunks +64 lines, -9 lines 0 comments Download
M test/mjsunit/wasm/asm-wasm-i32.js View 1 chunk +2 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/asm-wasm-u32.js View 3 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
titzer
4 years, 8 months ago (2016-03-30 10:03:53 UTC) #1
ahaas
https://codereview.chromium.org/1839333002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1839333002/diff/1/src/compiler/wasm-compiler.cc#newcode1803 src/compiler/wasm-compiler.cc:1803: Node* rem = d.Phi(MachineRepresentation::kWord32, jsgraph()->Int32Constant(0), Is it necessary to ...
4 years, 8 months ago (2016-03-30 11:00:38 UTC) #2
titzer
https://codereview.chromium.org/1839333002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/1839333002/diff/1/src/compiler/wasm-compiler.cc#newcode1803 src/compiler/wasm-compiler.cc:1803: Node* rem = d.Phi(MachineRepresentation::kWord32, jsgraph()->Int32Constant(0), On 2016/03/30 11:00:38, ahaas ...
4 years, 8 months ago (2016-03-30 11:15:32 UTC) #3
ahaas
lgtm
4 years, 8 months ago (2016-03-30 11:22:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1839333002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1839333002/40001
4 years, 8 months ago (2016-03-30 11:33:08 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-03-30 11:37:29 UTC) #7
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 11:37:57 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/257bdfe5434ea54b8687b51611f62b28952bf326
Cr-Commit-Position: refs/heads/master@{#35134}

Powered by Google App Engine
This is Rietveld 408576698