Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread Iain Buclaw
On 17 December 2013 20:12, David Nadlinger wrote: > On Tuesday, 17 December 2013 at 20:07:41 UTC, Iain Buclaw wrote: >> >> The hidden subtext that you didn't understand being, I'm holding back on >> Martin's patches for now. > > > That subtext isn't exactly hidden, given the first sentence in your

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread Iain Buclaw
On 17 December 2013 19:08, Iain Buclaw wrote: > On 17 December 2013 18:35, John Colvin wrote: >> On Tuesday, 17 December 2013 at 17:48:40 UTC, Iain Buclaw wrote: >>> >>> Gthreads and Emulated TLS are now in GDC!!! >>> >>> >>> https://github.com/D-Programming-GDC/GDC/commit/62554bfe1b35ee4f586634a

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread Iain Buclaw
On 17 December 2013 18:35, John Colvin wrote: > On Tuesday, 17 December 2013 at 17:48:40 UTC, Iain Buclaw wrote: >> >> Gthreads and Emulated TLS are now in GDC!!! >> >> >> https://github.com/D-Programming-GDC/GDC/commit/62554bfe1b35ee4f586634a76c65d83ebfa871ef >> >> The bug noted above still exist

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread David Nadlinger
On Tuesday, 17 December 2013 at 20:07:41 UTC, Iain Buclaw wrote: The hidden subtext that you didn't understand being, I'm holding back on Martin's patches for now. That subtext isn't exactly hidden, given the first sentence in your first post. ;) Do you have a plan yet regarding how to imple

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread Iain Buclaw
On 17 December 2013 19:34, David Nadlinger wrote: > On Tuesday, 17 December 2013 at 19:09:31 UTC, Iain Buclaw wrote: >> >> Native TLS support on linux will have to wait a while before I get >> that working... (but you could always build with --disable-tls) > > > Wait, so GDC doesn't (entirely) sup

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread David Nadlinger
On Tuesday, 17 December 2013 at 19:09:31 UTC, Iain Buclaw wrote: Native TLS support on linux will have to wait a while before I get that working... (but you could always build with --disable-tls) Wait, so GDC doesn't (entirely) support native TLS on Linux?! Or are you just talking about share

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread John Colvin
On Tuesday, 17 December 2013 at 17:48:40 UTC, Iain Buclaw wrote: Gthreads and Emulated TLS are now in GDC!!! https://github.com/D-Programming-GDC/GDC/commit/62554bfe1b35ee4f586634a76c65d83ebfa871ef The bug noted above still exists, however what I am going to do is update and hook emulated TLS

Re: This week's experiment build gdc with tls disabled.

2013-12-17 Thread Iain Buclaw
Gthreads and Emulated TLS are now in GDC!!! https://github.com/D-Programming-GDC/GDC/commit/62554bfe1b35ee4f586634a76c65d83ebfa871ef The bug noted above still exists, however what I am going to do is update and hook emulated TLS into the GC.