bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan

This commit is contained in:
Olli Pettay
2013-07-09 13:30:58 -04:00
parent 447d42c856
commit b734d7bc01
50 changed files with 666 additions and 340 deletions

View File

@@ -292,7 +292,7 @@ public:
{
return NS_OK;
}
static NS_METHOD_(void) UnmarkIfPurpleImpl(void *n)
static NS_METHOD_(void) DeleteCycleCollectableImpl(void *n)
{
}
static NS_METHOD TraverseImpl(JSContextParticipant *that, void *n,