[cfe-dev] ARC + array literal patch feedback request

John McCall rjmccall at apple.com
Fri Mar 22 14:45:23 PDT 2013


On Mar 20, 2013, at 10:41 AM, Jesse Rusak <me at jesserusak.com> wrote:
> Thanks for the detailed response; this makes a lot of sense to me. So, clang.arc.use_objects is a non-existent function which is removed after the main ARC optimizer runs, but the use of those objects is sufficient to prevent ARC from moving the release up. I'll try this out and put together a patch.

I've actually done the LLVM side of this as r177769, although the function is named @clang.arc.use now.

John.



More information about the cfe-dev mailing list