On Mon, Aug 23, 2004 at 10:37:31AM -0700, Jun Sun wrote: > Are you implying one can implement TLS support without changing O32 > ABI? Interesting... > > I know Boris Hu has tried to implemented NPTL with another approach which > does not rely on TLS support (use "--without-tls"). According to him > this approach is getting harder these days. The whole TLS pointer thing is about making TLS more efficient. If you wanted to use TLS without any kernel changes you could do that based on the THREAD result value of pthread_create or something like that. It'd work but it'd also not be terribly efficient ... Ralf