This topic created in 5305 days ago, the information mentioned may be changed or developed.
我刚接触ios开发,自动内存管理感觉比以前方便多了,不知道效率是不是比手动管理好一点呢?
5 replies 1970-01-01 08:00:00 +08:00  | | 1 laihj Oct 18, 2011 理论上肯定不会比手动的好 |
 | | 4 dongsheng Oct 18, 2011 麻烦的是对大多数第三方库需要加禁用arc的编译flag,因为大多都因为兼容性还在使用手动内存管理。 |