Use C++ exception model in D

David Nadlinger code at klickverbot.at
Wed Apr 9 15:55:52 PDT 2014


On Wednesday, 9 April 2014 at 21:19:46 UTC, Marco Leise wrote:
> Am Wed, 09 Apr 2014 17:27:55 +0000
> schrieb "David Nadlinger" <code at klickverbot.at>:
>
>> They don't. GDC and LDC use libunwind, whereas DMD uses its 
>> own custom EH implementation.
>
> Is libunwind somehow copied verbatim in the GDC/LDC sources?
> Because I'm pretty sure I only installed it 2 weeks ago when
> some benchmark tool from Google asked me to install it.

The implementation is part of the runtime libraries shipped by 
GCC (and installed by default on every system).

David


More information about the Digitalmars-d mailing list