Re: Refcounting threadsafety assertions are now fatal in opt builds.

2013-09-03 Thread smaug
On 08/30/2013 10:48 PM, Kyle Huey wrote: The assertions that we have to catch refcounting objects on the wrong thread are now fatal in opt builds. This change is scoped to the nightly channel to avoid performance penalties on builds that are widely used, and will not propagate to aurora. See bu

Refcounting threadsafety assertions are now fatal in opt builds.

2013-08-30 Thread Kyle Huey
The assertions that we have to catch refcounting objects on the wrong thread are now fatal in opt builds. This change is scoped to the nightly channel to avoid performance penalties on builds that are widely used, and will not propagate to aurora. See bug 907914 for more details. The motivation