Re: TLS Range on current thread

2013-09-01 Thread Eduardo Morras
On Thu, 29 Aug 2013 22:31:43 +1000
Sumit Raja sumitr...@gmail.com wrote:

 Hi,
 
 I want to add support to the  LDC D compiler for FreeBSD, the current
 version of D has moved to TLS by default. The__tls_get_addr method links
 correctly but this crashes at runtime on garbage collection as the address
 range could wrong.
 
 What is the best way to determine the address range for the TLS segment for
 the current thread?

I don't know the answer, sorry. But if you don't get any answer from this list, 
you can try at freebsd-hackers list, there is where developers, gurus and other 
kinds of monsters reside.


 
 Thanks
 
 Sumit

---   ---
Eduardo Morras emorr...@yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


TLS Range on current thread

2013-08-29 Thread Sumit Raja
Hi,

I want to add support to the  LDC D compiler for FreeBSD, the current
version of D has moved to TLS by default. The__tls_get_addr method links
correctly but this crashes at runtime on garbage collection as the address
range could wrong.

What is the best way to determine the address range for the TLS segment for
the current thread?

Thanks

Sumit
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org