Re: libgo patch committed: Include TLS size in stack size

2012-06-05 Thread Ian Lance Taylor
Jakub Jelinek writes: > On Mon, Jun 04, 2012 at 11:19:46PM -0700, Ian Lance Taylor wrote: >> This patch to libgo includes the TLS size in the requested stack size of >> a new thread, if possible. This relies on the glibc-specific (and >> undocumented) _dl_get_tls_static_info call. This is parti

Re: libgo patch committed: Include TLS size in stack size

2012-06-05 Thread Richard Guenther
On Tue, Jun 5, 2012 at 9:20 AM, Jakub Jelinek wrote: > On Mon, Jun 04, 2012 at 11:19:46PM -0700, Ian Lance Taylor wrote: >> This patch to libgo includes the TLS size in the requested stack size of >> a new thread, if possible.  This relies on the glibc-specific (and >> undocumented) _dl_get_tls_st

Re: libgo patch committed: Include TLS size in stack size

2012-06-05 Thread Jakub Jelinek
On Mon, Jun 04, 2012 at 11:19:46PM -0700, Ian Lance Taylor wrote: > This patch to libgo includes the TLS size in the requested stack size of > a new thread, if possible. This relies on the glibc-specific (and > undocumented) _dl_get_tls_static_info call. This is particularly > necessary when usin