LDC 0.11.0 has been released!
David Nadlinger
code at klickverbot.at
Sun Jun 9 11:15:40 PDT 2013
On Sunday, 9 June 2013 at 17:33:05 UTC, Temtaime wrote:
> I think SJLJ exception more native for windows.
Nah, SEH is the Windows-native exception handling model. SJLJ and
DW2 EH are both foreign on Win32, and for the use in a typical D
program, I think SJLJ has too many downsides to be considered
more than a crude workaround. But, of course, you are more than
welcome to contribute an LDC patch implementing it. ;)
> Also waiting for ldc based on 2.0.63 frontend.
Work in progress, but there are some internals to be cleaned up
first.
David
More information about the digitalmars-d-ldc
mailing list