Closed
Bug 1831176
Opened 2 years ago
Closed 1 year ago
Implement the newer GC cast encodings
Categories
(Core :: JavaScript: WebAssembly, task, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The encoding for br_on_cast has changed again to separate br_on_cast and br_on_cast_fail instead of relying on a flag bit. See https://github.com/WebAssembly/gc/pull/359#issuecomment-1531774122.
Assignee | ||
Updated•2 years ago
|
Updated•1 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 2•1 year ago
|
||
The wasm GC br_on_cast and br_on_cast_fail instructions used to
share the same opcode and were disambiguated by a flag. They now
use two different opcodes.
Updated•1 year ago
|
Assignee: nobody → bvisness
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•1 year ago
|
||
Updating wast to the latest version in order to get the new binary encoding for cast instructions.
Depends on D184021
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59aa4c2eb8b3
Implement new GC cast encodings. r=yury
https://hg.mozilla.org/integration/autoland/rev/50de53b66856
Update wast crate. r=yury,glandium,supply-chain-reviewers
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/59aa4c2eb8b3
https://hg.mozilla.org/mozilla-central/rev/50de53b66856
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•