Closed
Bug 765873
Opened 13 years ago
Closed 11 years ago
Add global of objects back to the CC dump
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mccr8, Unassigned)
References
Details
We used to print out the global of each object in the CC dump, but ObjShrink broke this. It sounds like with bug 755186 fixed, we'll be able to do this again:
"With this last patch, we should always be able to know the global of any GC-thing via thing->compartment()->global()."
This is useful for doing analyses of the CC graph that depend on which compartment/etc objects are in. I guess we could just print the compartment instead.
Reporter | ||
Updated•13 years ago
|
Blocks: ZombieHunter
Reporter | ||
Comment 1•11 years ago
|
||
Eh, not a huge deal. I think I wrote some hacky patches that just trace the parent chain to the global.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•