vibe.d 0.7.9 released

Jacob Carlborg doob at me.com
Fri Nov 2 00:22:04 PDT 2012


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


More information about the Digitalmars-d-announce mailing list