Herb Sutter on zero cost exceptions for C++

Manu turkeyman at gmail.com
Mon Sep 30 01:57:21 UTC 2019


On Thu, Sep 26, 2019 at 10:55 AM shfit via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>
> Herb Sutter gave a pretty interesting talk on zero cost
> exceptions and RTTI.
>
> https://m.youtube.com/watch?v=ARYP83yNAWk
>
> Could this be an option for D to avoid @gc exceptions?

If C++ does this, and we want to extern(C++), then we will support this...
An interesting question might be if we are able to get ahead of the
curve. I found his talk very motivating.


More information about the Digitalmars-d mailing list