[cfe-dev] Automatic Reference Counting for Objective-C
Chris Lattner
clattner at apple.com
Wed Jun 29 11:38:01 PDT 2011
On Jun 29, 2011, at 6:43 AM, David Chisnall wrote:
>> I've documented them in r133385; let me know if the documentation is unclear.
>
> That's great, thanks. It was clear enough to implement all of the functions. We now have a working (not optimised) implementation of ARC in GNUstep - I'm looking forward to playing with it.
Great.
> On a semi-related note, I could only find the command-line options for running the ARC migration tool by looking through the source code. Are these supposed to be documented somewhere? And is there a reason they use arr instead of arc in the names, or was that a typo?
The migration tool isn't expected to be generally useful outside of Xcode, and the interfaces continue to change and evolve over time. ARR was an earlier name for the feature before we standardized on ARC. Expect change in the migrator, don't get too comfortable with it :)
-Chris
More information about the cfe-dev
mailing list