Closed Bug 1720303 Opened 3 years ago Closed 3 years ago

Allow BigInt::parseLiteral to nursery allocate BigInts

Categories

(Core :: JavaScript Engine, enhancement, P1)

enhancement

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.

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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: