[cfe-commits] r65751 - in /cfe/trunk: lib/CodeGen/CGBlocks.cpp test/CodeGenObjC/blocks-unsupported.m
Mike Stump
mrs at apple.com
Sun Mar 1 12:35:15 PST 2009
On Mar 1, 2009, at 12:22 PM, Anders Carlsson wrote:
> I did not! :) That's good news!
>
> However, __block variables are still allocated on the stack, even
> when copied.
And that is a private implementation detail you aren't allowed to know
about, I believe. Can you write a testcase that can validly tell?
More information about the cfe-commits
mailing list