XPCOMGC: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(static checking)
Line 25: Line 25:
** Initialize and suspend requests around blocking activity
** Initialize and suspend requests around blocking activity
** Analyze code for deadlock possibilities.
** Analyze code for deadlock possibilities.
* [[XPCOMGC/Static Checker|Set up a static checker based on GCC to enforce common invariants]]


== Patch Queue ==
== Patch Queue ==

Revision as of 13:37, 14 November 2007

XPCOMGC is the Mozilla 2 project to convert the XPCOM object model from reference counting to use MMgc garbage collection.

General Info

TODO: collect/format information from the newsgroup discussion.

Tasks

Patch Queue

The XPCOMGC work is currently taking place in mercurial patch queues on top of the ActionMonkey repositories: