Calypso progress report (+ updated MingW64 build)
Elie Morisse via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Nov 25 15:00:30 PST 2015
On Wednesday, 25 November 2015 at 06:57:14 UTC, deadalnix wrote:
> I can't find the runtime that goes with this. My best guess was
> here:
> https://github.com/Syniurge/druntime/blob/release-0.16.1/src/ldc/eh/common.d But it doesn't check the source language.
>
> Can I get some pointers ?
In case you haven't found already, the rest of the changes lies
next door in libunwind.d. Then if you're after the differences
from vanilla LDC you could ctrl+f for // CALYPSO comments (I've
made a habit of tagging all the departures from vanilla code with
these), or you could browse the diff from the single commit:
https://github.com/Syniurge/druntime/commit/d33d8bf32c739bf9a30705dfc764718c817f16b1#diff-da783b0dc7ec2a5b78b6c4479a320d08
More information about the Digitalmars-d-announce
mailing list