newCTFE Status September 2019
Stefan Koch
uplink.coder at googlemail.com
Tue Sep 10 14:13:57 UTC 2019
On Thursday, 5 September 2019 at 21:19:07 UTC, Timon Gehr wrote:
>
> Another thing that works well is to just use the exception
> handling mechanism of the host language.
The host language in this case is newCTFE-IR.
And that is intentionally quite close to what a simple RISC
processor would provide.
As it is supposed to be just-in-time compile-able with minimal
overhead.
Therefore it does not provide exception handling support, and
likely never will.
Since that would mean every backend would have to provide a way
to stack catch-clauses and such.
More information about the Digitalmars-d
mailing list