On Sunday, 29 September 2013 at 09:23:16 UTC, Jacob Carlborg
wrote:
It's the usual issues, which have been mentioned many times
before:
* Exception handling tables
* TLS data
* GC roots
* Module infos
* Basically anything the runtime needs to collect from the
running executable/shared library.
I don't know the status of these.
Yeah, I am mostly familiar with those but though this is exactly
what is ongoing shared lib support is about - to make this
possible. Right now on master it does seem to work only for D lib
+ D app and C lib + D app though :(