Open
Bug 1462054
Opened 7 years ago
Updated 2 years ago
Avoid tracing jsids during cycle collection
Categories
(Core :: Cycle Collector, enhancement, P3)
Core
Cycle Collector
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
Bug 1449033 showed that tracing jsids during cycle collector traversal can be extremely slow. The cycle collector does not care about jsids. Thus, we may be able to get some additional performance wins in the cycle collector by eliminating more of these.
I'm not clear on what exactly is the slow part, so I don't know how early we have to start avoiding getting the jsid.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•2 years ago
|
Component: XPCOM → Cycle Collector
You need to log in
before you can comment on or make changes to this bug.
Description
•