Closed
Bug 1781946
Opened 2 years ago
Closed 2 years ago
Implement br_on_null, br_on_non_null, ref.as_non_null in Ion
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: rhunt, Assigned: yury)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
We need to add the optional reference instructions to Ion. They all exist in baseline (except for br_on_non_null, see bug 1781945) and should have test coverage.
Assignee | ||
Comment 1•2 years ago
|
||
- Enable testing using Ion
- Disable call_ref.js for ion
- Allow Ion when --wasm-function-references
- Fix WasmOpIt to pass ref values
- Add br_on_null, br_on_non_null, ref.as_non_null
Updated•2 years ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
- Enable testing using Ion
- Disable call_ref.js for ion
- Allow Ion when --wasm-function-references
- Fix WasmOpIt to pass ref values
- Add br_on_null, br_on_non_null, ref.as_non_null
Updated•2 years ago
|
Attachment #9288390 -
Attachment is obsolete: true
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4bc586804a29
Implement br_on_null, br_on_non_null, ref.as_non_null in Ion. r=rhunt
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•