Closed
Bug 1803381
Opened 2 years ago
Closed 2 years ago
Use signal handling for GC null pointer checks for Ion
Categories
(Core :: JavaScript: WebAssembly, enhancement)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The same as bug 1799971, but for Ion.
We should see if we can eliminate our null-checks for GC operations using our signal handling mechanism.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → ydelendik
Updated•2 years ago
|
Attachment #9307185 -
Attachment description: WIP: Bug 1803381 - Replace refAsNonNull checks in Ion with signal handler. → Bug 1803381 - Replace refAsNonNull checks in Ion with signal handler. r?jseward
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5710e12dca70
Replace refAsNonNull checks in Ion with signal handler. r=jseward
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•