Simple library initialization

2016-12-26 Thread Andrei Alexandrescu via Digitalmars-d
Walter and I investigated a bit the way C module initialization/termination works. https://issues.dlang.org/show_bug.cgi?id=17035 is the result. This preapproved enhancement would make life easier for folks who want to write libraries that don't depend on druntime. Andrei

Re: Simple library initialization

2016-12-27 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 27 December 2016 at 01:39:18 UTC, Andrei Alexandrescu wrote: Walter and I investigated a bit the way C module initialization/termination works. https://issues.dlang.org/show_bug.cgi?id=17035 is the result. This preapproved enhancement would make life easier for folks who want to w