[cfe-commits] patch: libcxxabi cxa_*_virtual and cxa_guard_* methods

John McCall rjmccall at apple.com
Sun May 22 16:42:06 PDT 2011


On May 22, 2011, at 4:28 PM, Howard Hinnant wrote:

> Question for clang developers:
> 
> Will these namespace-scope definitions ever generate a call to __cxa_guard_acquire?  I know this is forward looking concerning thread_local:

The only variable definitions that require _cxa_guard_acquire are static locals and static data members of templated classes.

John.



More information about the cfe-commits mailing list