On 2012-11-02 08:19, Jacob Carlborg wrote:
What's need to be taken care of in general:* Module infos * Exception handling tables * TLS
A slightly better answer of what one can expect of not working: * Exceptions (at least crossing application/library boundaries)* Module (de)constructors and many things related to runtime introspection, i.e. typeid(), TypeInfo and so on
* Thread local variables * Probably issues with the GC as well -- /Jacob Carlborg
