[PATCH] Implicitly convert C++ wrappers to ObjC objects in @synchronized.

Jordan Rose jordan_rose at apple.com
Tue Aug 5 18:21:47 PDT 2014


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 <grant at grantpaul.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list