[dmd-internals] why core/thread.d and core/thread.di in druntime?

Martin Nowak code at dawg.eu
Fri Jan 11 09:37:51 PST 2013


On 01/09/2013 07:10 PM, Andrei Alexandrescu wrote:
> Hopefully with the new header generator from Adam, the outlook may
> improve there.
>
> Andrei
>
Is it already merged?
There is a bigger issue though. Some runtime internal structures are
fields of the core.thread.Thread class and we explicitly support
deriving from Thread as part of the API. So we'd have to change those to
'void*'.



More information about the dmd-internals mailing list