Closed
Bug 1782705
Opened 3 years ago
Closed 3 years ago
Do not use JSContext variant of AutoCheckRecursionLimit in RegExp
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
(3 files)
bug 1781255 will remove the most dependencies for JSContext from parser and bytecode compiler.
RegExp is one of remaining parts.
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D153704
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D153819
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D153820
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/a79814282921
Part 1: Add JS::NativeStackLimit variant of AutoCheckRecursionLimit::checkConservativeDontReport. r=bthrall
https://hg.mozilla.org/integration/autoland/rev/acebc3448d8f
Part 2: Add JS::NativeStackLimit parameter to smoosh functions. r=bthrall
https://hg.mozilla.org/integration/autoland/rev/742754e39bbd
Part 3: Add JS::NativeStackLimit parameter to irregexp::CheckPatternSyntax. r=bthrall,iain
https://hg.mozilla.org/mozilla-central/rev/a79814282921
https://hg.mozilla.org/mozilla-central/rev/acebc3448d8f
https://hg.mozilla.org/mozilla-central/rev/742754e39bbd
Status: ASSIGNED → RESOLVED
Closed: 3 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
•