CycleCollector/CCStatus-2007-03-07: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 18: Line 18:
=== Status of Pending CC Code in Bugzilla ===
=== Status of Pending CC Code in Bugzilla ===


* [http://bugzilla.mozilla.org/show_bug.cgi?id=372713 Add cycle collection to RDF datasources]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=372713 Add cycle collection to RDF datasources]
* [http://bugzilla.mozilla.org/show_bug.cgi?id=372960 Make XPConnect traverse more JS edges]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=372960 Make XPConnect traverse more JS edges]
* [http://bugzilla.mozilla.org/show_bug.cgi?id=368772 Support cycle collection of refcounted non-xpcom objects (aka, the XBL patch)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=368772 Support cycle collection of refcounted non-xpcom objects (aka, the XBL patch)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=368869 Make cycle collection suspect all native wrapper roots]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=368869 Make cycle collection suspect all native wrapper roots]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=372766 cycle collector shutdown dump based on known should-have-been-freed objects]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=372766 cycle collector shutdown dump based on known should-have-been-freed objects]


=== Next Steps ===
=== Next Steps ===

Revision as of 20:03, 9 March 2007

Agenda

  • Update on current leakage numbers.
  • Update from peterv.
  • Status of pending CC code in Bugzilla.
  • Status update from sicking regarding review of peterv's patch.
  • Update from dbaron on debugging tools.
  • Update from jst on xpconnect mysteries.
  • Discuss next steps.

Leak Numbers

  • Tinderbox didn't show that much of an improvement; however, our builds are showing improvements.
  • There are conflicting numbers.
  • SeaMonkey shows a drop, peterv's local shows a drop, but the Firefox build doesn't show improvements.

Jonas: I will take the XBL patch and see if that has an impact.

Status of Pending CC Code in Bugzilla

Next Steps