Don Wrote: > Wouldn't it be possible for LDC to use the exception handling > implementation in druntime? (With some modifications, of course). With > the last compiler release, there is no longer any dependency on the DMC > runtime. I put a lot of effort into understanding Windows SEH, and I > believe it is quite well documented now.
The runtime is not a problem, llvm lacks compile time support for SEH. They may try to get sjlj to work.
