码迷,mamicode.com
首页 > 其他好文 > 详细

什么时候block 是放在全局区里面的?

时间:2015-05-07 23:34:11      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

 When a Block literal is written where there are global variables
 When the syntax in a Block literal doesn’t use any automatic variables
to be captured
In these cases, the Block will be a _NSConcreteGlobalBlock class object and is stored
in the data section. Any Block created by another kind of Block literal will be an object of
the _NSConcreteStackBlock class,and be stored on the stack.

什么时候block 是放在全局区里面的?

标签:

原文地址:http://www.cnblogs.com/studyNT/p/4486255.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!