gnustep-dev
[Top][All Lists]
Advanced

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

Re: @property coding style


From: David Chisnall
Subject: Re: @property coding style
Date: Thu, 2 Feb 2012 09:15:13 +0000

On 2 Feb 2012, at 04:39, Germán Arias wrote:

> On 2012-01-29 01:51:33 -0600 Richard Frith-Macdonald <address@hidden> wrote:
> 
>> On 28 Jan 2012, at 14:57, Stefan Bidi wrote:
>>> Am I required to use macros such as AUTORELEASE() or can I directly call 
>>> the -autorelease method?
>> I don't recommend the use of RETAIN/RELEASE/AUTORELEASE any more ...
> 
> And about the use of TEST_RELEASE?

Unless the receiver is going to be nil most of the time, TEST_RELEASE() will 
generate slower code than -release.  

David

-- Sent from my Apple II


reply via email to

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