D to C compiler?

Christopher Wright dhasenan at gmail.com
Tue Jan 27 04:11:27 PST 2009


Brad Roberts wrote:
> It could, but then it still wouldn't necessarily interact properly with
> other C++ or D code eh mechanisms which aren't sjlj based.  On unix,
> sjlj exceptions aren't used anymore.  I'm not sure about windows.  The
> presentation I saw that went through win64 showed that at least those
> weren't sjlj but rather closely matched unix, using lookup tables to do
> the unwinding.

If you want to learn about Windows exception handling, ReactOS would be 
a good place to ask questions.

> Later,
> Brad



More information about the Digitalmars-d mailing list