Open Bug 1462054 Opened 6 years ago Updated 1 year ago

Avoid tracing jsids during cycle collection

Categories

(Core :: Cycle Collector, enhancement, P3)

enhancement

Tracking

()

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.
Priority: -- → P3
Severity: normal → S3
Component: XPCOM → Cycle Collector
You need to log in before you can comment on or make changes to this bug.