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

Issue 1718083004: Allow constant multiply both ways. (Closed)

Created:
4 years, 10 months ago by bradnelson
Modified:
4 years, 10 months ago
Reviewers:
titzer, aseemgarg, bradn
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

Allow constant multiply both ways. asm.js permits both: int * constant constant * int It does not, however, allow intishes in multiplies. BUG= https://code.google.com/p/v8/issues/detail?id=4203 TEST=mjsunit/asm-wasm,test-asm-validator R=aseemgarg@chromium.org,titzer@chromium.org LOG=N Committed: https://crrev.com/0dd24015fb5bb7293305d22ce3077aaf750b8c73 Cr-Commit-Position: refs/heads/master@{#34222}

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix #

Patch Set 3 : fi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -18 lines) Patch
M src/typing-asm.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/typing-asm.cc View 1 4 chunks +20 lines, -15 lines 0 comments Download
M test/cctest/test-asm-validator.cc View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M test/mjsunit/wasm/asm-wasm.js View 1 1 chunk +31 lines, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
bradn
4 years, 10 months ago (2016-02-23 08:22:38 UTC) #2
titzer
lgtm https://codereview.chromium.org/1718083004/diff/1/src/typing-asm.cc File src/typing-asm.cc (right): https://codereview.chromium.org/1718083004/diff/1/src/typing-asm.cc#newcode1212 src/typing-asm.cc:1212: int right_intish = intish_; probably want int32_t here? ...
4 years, 10 months ago (2016-02-23 15:52:18 UTC) #3
bradn
https://codereview.chromium.org/1718083004/diff/1/src/typing-asm.cc File src/typing-asm.cc (right): https://codereview.chromium.org/1718083004/diff/1/src/typing-asm.cc#newcode1212 src/typing-asm.cc:1212: int right_intish = intish_; On 2016/02/23 15:52:18, titzer wrote: ...
4 years, 10 months ago (2016-02-23 16:27:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718083004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718083004/20001
4 years, 10 months ago (2016-02-23 16:28:28 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/15750)
4 years, 10 months ago (2016-02-23 16:45:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1718083004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1718083004/40001
4 years, 10 months ago (2016-02-23 18:06:08 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-23 19:03:56 UTC) #13
commit-bot: I haz the power
4 years, 10 months ago (2016-02-23 19:05:02 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0dd24015fb5bb7293305d22ce3077aaf750b8c73
Cr-Commit-Position: refs/heads/master@{#34222}

Powered by Google App Engine
This is Rietveld 408576698