Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Objective-C 自动引用计数和垃圾回收有什么区别?
iOS 使用 ARC。但真的更好吗?对移动平台更好还是总体上更好?
一般情况下比较好。当编译器可以生成不会留下垃圾的代码时,你为什么要忍受垃圾收集器的运行时开销?ARC 在没有垃圾收集器的情况下为您提供垃圾收集的内存管理便利。