首页 > 移动平台 > 详细

ava垃圾加收机制和ios的arc有什么区别

时间:2015-08-04 13:22:42      阅读:238      评论:0      收藏:0      [点我收藏+]
1.GC of java is Runtime, while ARC is compile time.(GC是java运行时,而ARC是编译时。)
2.GC has reference to the objects at runtime and check for the dependencies of object runtime. While ARC appends the release, retain, autorelease calls at compiletime.(GC引用的对象在运行时,检查运行时对象的依赖项。而ARC在编译时间 添加调用release, retain, autorelease)

ava垃圾加收机制和ios的arc有什么区别

原文:http://www.cnblogs.com/spiderdzl/p/4701484.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!