Re: No more cycle collections during shutdown (opt builds)

2012-12-15 Thread smaug

On 12/15/2012 12:31 AM, smaug wrote:

Hi all,

I just landed the patch for https://bugzilla.mozilla.org/show_bug.cgi?id=818739 
in order to speed up
shutdown times. Shutdown cycle collections are still run in debug builds so 
that we can
detect leaks. Also, one can set XPCOM_CC_RUN_DURING_SHUTDOWN env variable to 
enable
shutdown cycle collections in opt builds - can be useful when debugging leaks 
and such.
If you see regressions, please file new bugs and make them block bug 818739.
Regressions mean probably that we have code which is trying to do I/O too late.
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=818739#c17 such I/O 
shouldn't
happen in normal cases.




-Olli


In other words, please test shutdown in Nightlies = 2012-12-15.



___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


No more cycle collections during shutdown (opt builds)

2012-12-14 Thread smaug

Hi all,

I just landed the patch for https://bugzilla.mozilla.org/show_bug.cgi?id=818739 
in order to speed up
shutdown times. Shutdown cycle collections are still run in debug builds so 
that we can
detect leaks. Also, one can set XPCOM_CC_RUN_DURING_SHUTDOWN env variable to 
enable
shutdown cycle collections in opt builds - can be useful when debugging leaks 
and such.
If you see regressions, please file new bugs and make them block bug 818739.
Regressions mean probably that we have code which is trying to do I/O too late.
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=818739#c17 such I/O 
shouldn't
happen in normal cases.




-Olli
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform