Closed
Bug 1454862
Opened 7 years ago
Closed 6 years ago
GC optimizations for BigInt
Categories
(Core :: JavaScript: GC, enhancement, P2)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla67
People
(Reporter: terpri, Assigned: wingo)
References
Details
Attachments
(1 file)
BigInt should have better integration with the garbage collector; in particular, relocating BigInt cells for compacting GC should be supported. It might also be possible to allocate BigInt values in the nursery.
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•7 years ago
|
Updated•7 years ago
|
status-firefox65:
--- → fix-optional
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → wingo
Assignee | ||
Comment 2•6 years ago
|
||
Opened https://bugzilla.mozilla.org/show_bug.cgi?id=1530372 for nursery allocation and setting checkin-needed on this patch.
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f6e5294fb0f
Enable compaction for BigInt values r=tcampbell,jonco
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
status-firefox66:
--- → ?
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
(this is an optimization on a feature that was not enabled in ff66 -> no action needed)
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•