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

Issue 2348383003: [wasm] Support asm.js modules with a single function. (Closed)

Created:
4 years, 3 months ago by bradnelson
Modified:
4 years, 3 months ago
Reviewers:
Mircea Trofin, bradn
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Support asm.js modules with a single function. Handle the case of asm.js modules that return a single function instead of a collection of them. R=mtrofin@chromium.org TEST=mjsunit/asm/asm-wasm BUG=v8:4203 BUG=v8:5356 Committed: https://crrev.com/a4737793cb86e37eb101aa175282ffb2bda39194 Cr-Commit-Position: refs/heads/master@{#39515}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -8 lines) Patch
M src/asmjs/asm-js.cc View 1 2 chunks +13 lines, -5 lines 0 comments Download
M src/asmjs/asm-wasm-builder.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/asmjs/asm-wasm-builder.cc View 1 2 3 chunks +15 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/asm-wasm.js View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (19 generated)
bradn
4 years, 3 months ago (2016-09-19 18:34:54 UTC) #6
Mircea Trofin
LGTM w nit. https://codereview.chromium.org/2348383003/diff/1/src/asmjs/asm-wasm-builder.cc File src/asmjs/asm-wasm-builder.cc (right): https://codereview.chromium.org/2348383003/diff/1/src/asmjs/asm-wasm-builder.cc#newcode559 src/asmjs/asm-wasm-builder.cc:559: std::string raw_name = "__single_function__"; could we ...
4 years, 3 months ago (2016-09-19 18:42:29 UTC) #9
bradn
https://codereview.chromium.org/2348383003/diff/1/src/asmjs/asm-wasm-builder.cc File src/asmjs/asm-wasm-builder.cc (right): https://codereview.chromium.org/2348383003/diff/1/src/asmjs/asm-wasm-builder.cc#newcode559 src/asmjs/asm-wasm-builder.cc:559: std::string raw_name = "__single_function__"; On 2016/09/19 18:42:29, Mircea Trofin ...
4 years, 3 months ago (2016-09-19 20:30:38 UTC) #16
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/2348383003/40001
4 years, 3 months ago (2016-09-19 20:37:09 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-19 20:39:49 UTC) #23
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 21:01:47 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a4737793cb86e37eb101aa175282ffb2bda39194
Cr-Commit-Position: refs/heads/master@{#39515}

Powered by Google App Engine
This is Rietveld 408576698