Closed
Bug 1782704
Opened 1 year ago
Closed 1 year ago
Do not use JSContext variant of AutoCheckRecursionLimit in asm.js
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
bug 1781255 will remove the most dependencies for JSContext from parser and bytecode compiler.
asm.js is one of remaining parts.
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D152856
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D153564
Pushed by arai_a@mac.com: https://hg.mozilla.org/integration/autoland/rev/f5a7118cc193 Part 1: Remove unused JSContext* parameter from asm.js helper functions. r=bthrall https://hg.mozilla.org/integration/autoland/rev/c21c9ab7d617 Part 2: Use JSContext-free variant of AutoCheckRecursionLimit in asm.js validation. r=bthrall
https://hg.mozilla.org/mozilla-central/rev/f5a7118cc193
https://hg.mozilla.org/mozilla-central/rev/c21c9ab7d617
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•