Linked by Thom Holwerda on Fri 3rd Feb 2012 23:43 UTC
Thread beginning with comment 505917
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: You're wrong. It's bad iOS developers.
by _txf_ on Sat 4th Feb 2012 21:45
in reply to "RE[4]: You're wrong. It's bad iOS developers."
RE[6]: You're wrong. It's bad iOS developers.
by moondevil on Sun 5th Feb 2012 21:51
in reply to "RE[5]: You're wrong. It's bad iOS developers."
"I'm pretty sure that Objective-C uses some kind of mem management... It's not just plain C
Aye, It uses reference counting...
(2.0 also has a GC but that isn't present in iOS) "
Not really.
The GC introduced in 2.0 was a failure, because it was not compatible with many Objective-C frameworks.
The reference counting mechanism introduced recently is a joke, because basically the compiler relies on certain programming patterns to guess what to do. And this, again, only works with certain frameworks.
http://clang.llvm.org/docs/AutomaticReferenceCounting.html




Member since:
2009-05-19
I'm pretty sure that Objective-C uses some kind of mem management... It's not just plain C