[D-runtime] druntime should be a shared library/DLL

David Nadlinger code at klickverbot.at
Wed Feb 6 15:23:21 PST 2013


On Wed, Feb 6, 2013 at 11:15 PM, Walter Bright <walter at digitalmars.com> wrote:
> This would go a long ways towards solving the dll issue, as then the gc and
> thread instances will automatically be shared.

Could you elaborate a bit?

As far as I can see, it would not change anything about the fact that
you need to be able to handle GC ranges from multiple images (static
data, TLS) that are added/removed dynamically.

David


More information about the D-runtime mailing list