discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Which ObjC2.0 features are missing in the latest GCC?


From: David Chisnall
Subject: Re: Which ObjC2.0 features are missing in the latest GCC?
Date: Fri, 22 Nov 2019 07:40:27 +0000

On 22 Nov 2019, at 05:31, H. Nikolaus Schaller <hns@goldelico.com> wrote:
> 
> And the first thing I turn off in a
> new Xcode project is ARC.

Why?  ARC generates smaller code, faster code, and code that is more likely to 
be correct.  I find it incredibly hard to understand why someone would actively 
choose to have to spend more time thinking about memory management so that they 
can end up with larger binaries that run more slowly.

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]