Closed
Bug 652056
Opened 14 years ago
Closed 13 years ago
two minor improvements to cycle collector dumps
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(3 files, 1 obsolete file)
1.78 KB,
patch
|
Details | Diff | Splinter Review | |
838 bytes,
patch
|
peterv
:
review+
mccr8
:
checkin+
|
Details | Diff | Splinter Review |
1.02 KB,
patch
|
peterv
:
review+
mccr8
:
checkin+
|
Details | Diff | Splinter Review |
During the debugging session described in http://groups.google.com/group/mozilla.dev.platform/msg/d84ea7e1219d71a0 I wrote two patches to fix things that we ran into during that session. (I still need to test them...)
Assignee | ||
Comment 1•14 years ago
|
||
Now that JSTracer is binary-compatible between opt and debug, we should no longer need these ifdefs, and we can get better data in opt builds when WantDebugInfo is set.
Assignee | ||
Comment 2•14 years ago
|
||
We needed the full URLs but couldn't get to them.
Assignee | ||
Comment 3•14 years ago
|
||
Here's a third one that's older and that I have tested. I don't feel like filing a separate bug for it. This makes XPCOM_CC_DRAW_GRAPHS apply to the shutdown collections too.
Attachment #527732 -
Flags: review?(peterv)
Comment 4•14 years ago
|
||
Peterv sent me this patch for CC shutdown logging. Basically the same, but factored a bit differently. Just some food for thought.
Updated•14 years ago
|
Attachment #527732 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 527731 [details] [diff] [review]
patch 2: allow much longer urls
Well, I finally got around to testing these other 2 in opt builds. This patch definitely works; I can't find any evidence of the other one doing so, though.
Attachment #527731 -
Flags: review?(peterv)
Assignee | ||
Comment 6•14 years ago
|
||
Landed patch 3:
http://hg.mozilla.org/mozilla-central/rev/86248f7209b7
Updated•14 years ago
|
Attachment #527731 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 7•14 years ago
|
||
Landed patch 2:
https://hg.mozilla.org/mozilla-central/rev/e2d2de2d2894
Updated•13 years ago
|
Attachment #527731 -
Flags: checkin+
Updated•13 years ago
|
Attachment #527732 -
Flags: checkin+
Updated•13 years ago
|
Attachment #527839 -
Attachment is obsolete: true
Comment 8•13 years ago
|
||
dbaron, you could probably close this. 2 of 3 patches landed, and the JSTracer stuff in part 1 is going to require additional futzing with the JS engine, so I'll deal with that in its own bug, bug 701415.
Assignee | ||
Comment 9•13 years ago
|
||
Sounds good. (And yes, I didn't land patch 1 because it didn't actually do anything useful.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•