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

Issue 1692713006: Allow looser heap accesses historically emitted by Emscripten. (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 looser heap accesses historically emitted by Emscripten. Older versions of Emscripten appear to emit Asm.js containing: HEAP8[x] with x in int As opposed to the spec legal construct: HEAP8[x>>0] with x in int As older programs and even benchmarks such as Embenchen include these constructs, support them for compatibility. BUG= https://code.google.com/p/v8/issues/detail?id=4203 TEST=test-asm-validator,mjsunit/asm-wasm R=aseemgarg@chromium.org,titzer@chromium.org LOG=N Committed: https://crrev.com/f9ee14e5198e2f44ad3789389e89a527022a3fdd Cr-Commit-Position: refs/heads/master@{#33964}

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -42 lines) Patch
M src/typing-asm.cc View 1 2 chunks +22 lines, -17 lines 0 comments Download
M src/wasm/asm-wasm-builder.cc View 1 chunk +31 lines, -22 lines 0 comments Download
M test/cctest/test-asm-validator.cc View 1 4 chunks +32 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/asm-wasm.js View 1 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692713006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692713006/1
4 years, 10 months ago (2016-02-12 19:47:05 UTC) #2
bradnelson
4 years, 10 months ago (2016-02-12 19:47:25 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/12178)
4 years, 10 months ago (2016-02-12 20:01:45 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692713006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692713006/20001
4 years, 10 months ago (2016-02-13 02:28:10 UTC) #8
bradn
Actually revised slightly, the asm behavior was more general than I'd realized.
4 years, 10 months ago (2016-02-13 02:29:25 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-13 02:49:37 UTC) #11
aseemgarg
lgtm I am not sure though that we should be supporting this. I guess we ...
4 years, 10 months ago (2016-02-13 03:02:40 UTC) #12
bradn
I've just double checked this test in particular works in firefox. In addition so does ...
4 years, 10 months ago (2016-02-13 06:19:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692713006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692713006/20001
4 years, 10 months ago (2016-02-13 06:19:50 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-13 06:21:03 UTC) #17
commit-bot: I haz the power
4 years, 10 months ago (2016-02-13 06:21:40 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f9ee14e5198e2f44ad3789389e89a527022a3fdd
Cr-Commit-Position: refs/heads/master@{#33964}

Powered by Google App Engine
This is Rietveld 408576698