Thread overview
Channeling memory model experts...
Jan 24, 2018
John Colvin
Jan 25, 2018
Stefan Koch
Jan 25, 2018
Kagamin
January 24, 2018
... to review https://github.com/dlang/druntime/pull/2057/. Thanks! -- Andrei
January 24, 2018
On Wednesday, 24 January 2018 at 18:37:54 UTC, Andrei Alexandrescu wrote:
> ... to review https://github.com/dlang/druntime/pull/2057/. Thanks! -- Andrei

Which memory model would that be? D's?
January 25, 2018
On Wednesday, 24 January 2018 at 18:37:54 UTC, Andrei Alexandrescu wrote:
> ... to review https://github.com/dlang/druntime/pull/2057/. Thanks! -- Andrei

This isn't really about the memory model is it ?
I'd like to see a description of what that change is supposed a achieve.
On the first glance it looks like minor code bloat in the runtime, and not much else.
January 25, 2018
On Wednesday, 24 January 2018 at 18:37:54 UTC, Andrei Alexandrescu wrote:
> ... to review https://github.com/dlang/druntime/pull/2057/. Thanks! -- Andrei

Is there a way to have 2 threads without initialized GC?