[PATCH] D55869: Convert some ObjC retain/release msgSends to runtime calls

Pete Cooper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 19 22:57:30 PST 2018


pete marked 3 inline comments as done.
pete added a comment.

In D55869#1335783 <https://reviews.llvm.org/D55869#1335783>, @rjmccall wrote:

> So, once upon a time this was a problem because we were rewriting the method calls in the runtime itself.  Can you explain how that's not a problem now?  Do we just expect the runtime to be compiled with the right switch?


Ah yeah, good point.

In the patch for rewriting objc_alloc messages (r348687) I added a new option (-fno-objc-convert-messages-to-runtime-calls) which the objc runtime will need to adopt.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55869/new/

https://reviews.llvm.org/D55869





More information about the cfe-commits mailing list