Re: thread local storage using __thread storage modifer
Re: thread local storage using __thread storage modifer
- Subject: Re: thread local storage using __thread storage modifer
- From: Eric Albert <email@hidden>
- Date: Mon, 11 Jun 2007 23:46:46 -0400
On Jun 11, 2007, at 4:14 PM, Niall Dalton wrote:
Is it planned to support the __thread storage modifier for thread
local storage in the next Apple gcc version support?
It would simplify porting some codes I have.
Much of the __thread implementation is specific to ELF, so it'd be
tough to support it on Mac OS X. I'd suggest using pthread keys
instead. They're not quite as convenient, but on Mac OS X they're
very, very fast.
-Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden