The D ecosystem in Debian with free-as-in-freedom DMD

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 10 17:20:57 PDT 2017


On 4/10/2017 4:43 PM, David Nadlinger wrote:
> [1] In fact, it looks like – for example with DMD moving to libunwind-based EH
> as well – the issue is slowly resolving itself anyway and at some point we'll
> merely have to sit down for a week and iron out the last few kinks.

dmd is not moving to a libunwind-based EH, it already has moved to it!

But as an example of ABI change, the latest EH @nogc proposal changes the layout 
of the Throwable object, and adds some code to the _d_throwdwarf() function.

https://github.com/dlang/druntime/pull/1804


More information about the Digitalmars-d mailing list