| Source path: svn/ Runtime/ trunk/ Source/ Runtime/ Block.m |
|
|
|
|
Older revisions
r160
by landon.j.fuller
on Jun 10, 2010
Diff
Add support for delegating to Apple's block runtime, if it is available and supported.
r138
by landon.j.fuller
on Mar 10, 2010
Diff
Use +load to trigger early initialization of the stack and global block classes.
r129
by landon.j.fuller
on Feb 14, 2010
Diff
Restore code that ensures that the block classes are realized by the ObjC runtime prior to direct referencing from any block isa pointers.