On Sep 4, 2009, at 5:14 AM, erik quanstrom wrote:
But this has no more to do with parallelism than any other
feature of C. If you used __block vars in a block, you'd
still need to lock them when the block is called from
different threads.

that's a lot worse than a function pointer.  with
a function pointer your going to get unique space
on the stack for each invocation.

Erik, you're usually pretty pedantic and factual. This
post is neither.

Thanks,
Roman.

Reply via email to