Is D so powerfull ??
David Nadlinger via Digitalmars-d
digitalmars-d at puremagic.com
Sun Nov 8 09:55:37 PST 2015
On Sunday, 8 November 2015 at 17:51:34 UTC, TheFlyingFiddle wrote:
> Pretty sure gc merging is done via the gc proxy in dlls/shared
> libraries.
In the case of Linux/FreeBSD shared libraries, there is no
merging to be done, as only one copy of the GC exists in the
first place (we only support shared libraries when druntime is
built as a shared library itself).
— David
More information about the Digitalmars-d
mailing list