Closed
Bug 1720303
Opened 4 years ago
Closed 4 years ago
Allow BigInt::parseLiteral to nursery allocate BigInts
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Searchfox shows that BigInt::parseLiteral is only called from ParseBigIntLiteral (and that's why parseLiteral always allocates BigInts in the tenured heap), but it's actually also called from ParseStringBigIntLiteral. The latter is called when parsing a BigInt string from StringToBigInt.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/abe0b15224b9
Allow nursery allocation when parsing BigInt strings. r=jonco
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•