Re: Xcode 3.2.3: cannot pair a synthesized setter/getter with a user defined setter/getter
Re: Xcode 3.2.3: cannot pair a synthesized setter/getter with a user defined setter/getter
- Subject: Re: Xcode 3.2.3: cannot pair a synthesized setter/getter with a user defined setter/getter
- From: Bill Bumgarner <email@hidden>
- Date: Fri, 18 Jun 2010 13:01:08 -0700
On Jun 18, 2010, at 12:47 PM, Christiaan Hofman wrote:
> BTW, does anyone know why atomic is the default? IME almost all properties I have don't need to be atomic, and the few that need to be actually require a custom implementation anyway. So in fact making them atomic is a huge performance hit for no reason whatsoever, i.e. very bad.
The decision was made that random crashers were worse than the relatively minor performance overhead incurred (and, really, it is relatively minor in most cases -- pathological cases & microbenchmarks aside).
b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden