Enable multiple results from WebAssembly functions
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: wingo, Assigned: wingo)
References
Details
Attachments
(1 file)
The patch to be attached will enable validation of wasm modules with functions that return multiple values, as the baseline and ion compilers are all wired up now.
Assignee | ||
Comment 1•5 years ago
|
||
This patch enables multi-value calls and returns, adding some tests, and
conditionally disabling a couple expect-fail reftests that now pass.
Comment 3•5 years ago
|
||
Backed out changeset e71e54d93af8 (Bug 1620197) for spidermonkey build bustages CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291996745&repo=autoland&lineNumber=88712
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Comment 8•5 years ago
•
|
||
Backed out changeset 455f2bae38f3 (Bug 1620197) for sm bustage on call-run.js.
The bustage appeared on mc after the merge.
https://hg.mozilla.org/integration/autoland/rev/edff668bc00397d485aeb91cfe456783e26c212b
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&selectedJob=292353644&resultStatus=pending%2Crunning%2Csuccess%2Ctestfailed%2Cbusted%2Cexception
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=292353644&repo=mozilla-central&lineNumber=45004
Comment 9•5 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/edff668bc003
Comment 10•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Backed out changeset 16fd9844f2d2 (bug 1620197) for SM failure at /src/js/src/jit/RegisterAllocator.cpp
Backout: https://hg.mozilla.org/integration/autoland/rev/7f2750e6e75d5a00d973930f92edaecc11c39e54
Failure push: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=16fd9844f2d2029feaba3c864b1a0f830f9da235
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=293658815&repo=autoland&lineNumber=44630
Comment 12•5 years ago
|
||
bugherder |
Comment 13•5 years ago
|
||
Updated•5 years ago
|
Comment 14•5 years ago
|
||
bugherder |
Description
•