Clang 的 ARC 支持和周期

发布于 2024-11-17 07:15:29 字数 48 浏览 3 评论 0原文

Clang 有一个名为 ARC 的新功能。概念看起来很酷。这个功能支持检测周期吗?

Clang has new feature called ARC. Concept looks cool. Is this feature support detecting cycles?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风柔一江水 2024-11-24 07:15:29

ARC 支持弱引用。如果一个循环中的引用之一是弱引用,这将允许该循环被正确释放。请参阅 Apple 的 Chris Lattner 的这篇文章

[ARC 引入]将弱引用归零,这就像在循环中断能力中分配属性一样,但更安全,因为它们不能悬挂。

ARC has support for weak references. If one of the references in a cycle is a weak reference, this will allow the cycle to be properly released. See this post by Chris Lattner from Apple:

[ARC introduces] zeroing weak references, which are like assign properties in their cycle breaking ability but a lot safer since they can't dangle.

别低头,皇冠会掉 2024-11-24 07:15:29

不... ARC 仅用于自动保留和释放 - 没有别的...我很确定 Instruments 有一个用于此目的的工具 - 至少在 4.1/4.2 中

Nope... ARC is only for automating retain and release - nothing else... I'm pretty sure Instruments has a tool for this - at least in 4.1/4.2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文