[cfe-dev] Questions about blocks

Mike Miller michael.g.miller at gmail.com
Thu Oct 14 02:49:54 PDT 2010


Hi cfe-dev,

Couple questions about support for blocks in clang:

1. How does block support on Linux/FreeBSD compare with that of Mac OS X? Is
there a performance difference? If so, has anyone quantified it?

2. What is the status of blocks in C++ code? Can I use a block anywhere
(sensible) in a C++ function, and freely reference C++ objects within the
block? How does compiler-rt handle capturing the C++ objects?

3. (Somewhat OT for this mailing list) How well does GCD perform on
Linux/FreeBSD vs. Mac OS X? Has anyone quantified the differences?

Thanks!
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101014/b8afc8b7/attachment.html>


More information about the cfe-dev mailing list