Open
Bug 1958441
Opened 25 days ago
Updated 14 days ago
75% tenuring rate on opening a large gecko profile
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Profile of capturing the profile: https://share.firefox.dev/3FOupPA (14s)
Chrome: https://share.firefox.dev/4clY8LR (9s)
Comment 1•21 days ago
|
||
Many of the minor GCs seem to be triggered by allocating lambdas using NewFunctionClone, which does not do pretenuring.
I also see some GCs triggered via CallObject::createWithShape, which similarly does not pretenure.
Component: JavaScript Engine → JavaScript: GC
Reporter | ||
Comment 2•21 days ago
|
||
Bug 1898270 has some ideas on pretenuring lambdas.
See Also: → 1898270
Updated•14 days ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•