C++ Logo

sg5

Advanced search

Re: [SG5] Points raised on EWG reflector

From: Michael L. Scott <mlscott_at_[hidden]>
Date: Tue, 22 Sep 2020 16:44:47 -0400
On Sep 22, 2020, at 12:26 PM, Hans Boehm via SG5 <sg5_at_[hidden]> wrote:

> EWG reflector discussions raised another couple of points, which I had lost track of:
>
> Tony Van Eerd pointed out that we probably want exceptions escaping from a transaction to be UB rather than implementation defined, since the semantics have been regularly debated. We don't really want some implementations supporting commit, and others abort semantics. Code just shouldn't rely on that. I tend to agree with that observation.

I agree as well.

> There was also discussion of somehow providing a capture list for transactions, as in lambda's. I'm less confident I understand that proposal.

Interesting. Perhaps the idea is that the code should explicitly document what it is that the transaction touches? That’s a tempting idea, but probably not as useful as one might hope for linked data structures, where what may be modified is the _reach_ of the capture.

- Michael

> Hans
> --
> SG5 mailing list
> SG5_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/sg5

Received on 2020-09-22 15:44:51