Closed
Bug 1585718
Opened 1 year ago
Closed 1 year ago
Do Bytecode Emission without allocating BigInt types
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(3 files)
We should be able to avoid allocating BigInts until after bytecode emission, saving it to the final script assembly stage.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D47969
Updated•1 year ago
|
Attachment #9098318 -
Attachment description: ToBecomeBug 1585718 - Defer BigInt allocation to JSScript construction, after bytecode emission rToBetcampbell → Bug 1585718 - Defer BigInt allocation to JSScript construction, after bytecode emission r?tcampbell
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mgaudet
Updated•1 year ago
|
Attachment #9098358 -
Attachment description: Bug 1585718 - Make GCThings array an array of variants to allow powering deferral r?tcampbell → Bug 1585718 - Store variants inside of GCThings array to support deferred allocation of objects r?tcampbell
Updated•1 year ago
|
Priority: -- → P1
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/473102ba0a6a Store variants inside of GCThings array to support deferred allocation of objects r=tcampbell https://hg.mozilla.org/integration/autoland/rev/311c90cd217f Minimize external consumption of BigIntBox r=tcampbell https://hg.mozilla.org/integration/autoland/rev/770b56e591d5 Defer BigInt allocation to JSScript construction, after bytecode emission r=tcampbell
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/473102ba0a6a
https://hg.mozilla.org/mozilla-central/rev/311c90cd217f
https://hg.mozilla.org/mozilla-central/rev/770b56e591d5
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•