On 2013-06-25 20:06, Walter Bright wrote:

3. migrating non-ARC code to ARC is error-prone and a major nuisance

Xcode provides refactoring tools to migrate manual reference counting and GC code to ARC.

4. non-O-C programs can also benefit from ARC (after all, reliance on
the GC is the perennial dealbreaker for people wanting to migrate high
performance code to D)

Absolutely.

--
/Jacob Carlborg

Reply via email to