I feel obliged to advise you to switch away to @synchronized to something more 
efficient and more appropriate for your use case. I'm not sure it's worth 
improving @synchronized when it's really not a good default choice for 
concurrency protection.

Jordan


On Aug 2, 2014, at 18:17 , Grant Paul <[email protected]> wrote:

> Hi,
> 
> Attached is a patch to allow implicitly converting C++ wrapper objects in 
> @synchronized. Many projects (Chromium, MobileCydia, etc) use RAII-based 
> handles for Objective-C objects, but are not able to use those handles in 
> @synchronized without an explicit cast.
> 
> Thanks,
> 
> Grant
> <synchronized.patch>_______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to