[PATCH] D14737: Convert some ObjC msgSends to runtime calls

Stephane Moore via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 18:33:50 PST 2015


stephanemoore added a subscriber: stephanemoore.
stephanemoore added a comment.

I hope that it's not presumptuous of me to inquire but I was wondering if the intent of this patch is to optimize calls to RR methods (and alloc) in non-ARC code? Would I be correct in assuming that clang will already emit direct calls to relevant RR runtime functions when ARC is enabled?


http://reviews.llvm.org/D14737





More information about the cfe-commits mailing list