LDC Windows exception handling

Walter Bright newshound1 at digitalmars.com
Sat Dec 20 01:32:11 PST 2008


Don wrote:
> Adding exception support to LLVM is probably *much* easier than 
> converting the exception support in a compiled object file.

There's no way to add it to a compiled object file. The schemes are 
completely different, and interact with the rest of the code generation. 
Might as well try to turn hamburger back into a cow.



More information about the Digitalmars-d mailing list