Closed
Bug 1784275
Opened 3 years ago
Closed 3 years ago
Implement ref.eq in Ion
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: rhunt, Unassigned)
References
Details
Implement the ref.eq instruction in Ion.
The type of this instruction is:
[eqref, eqref] -> [i32]
The instruction should just lower to a pointer comparison.
Reporter | ||
Comment 1•3 years ago
|
||
This work was done in bug 1797933, bug 1799856, and bug 1803043.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•