On 02/14/05 Hubert FONGARNAND wrote: > I've a nptl enable libc (gentoo) [...] > What's the better to use when I compile mono : --with-tls=pthread or > --with-tls=__thread?
On properly compiled distributions __thread is preferable, since it's faster. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
