[libcxx-commits] [PATCH] D122536: [libc++] Optimize `exception_ptr`, especially for the empty case

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 5 09:08:59 PDT 2022


Mordante added a comment.

In D122536#3628912 <https://reviews.llvm.org/D122536#3628912>, @avogelsgesang wrote:

> Are there still any remaining issues with this change?
>
> As an user of `std::exception_ptr` (mostly for async callbacks and coroutines), I would love to see this land in LLVM 15 :)

The latest patch didn't pass our pre-commit CI. So that needs to be fixed and it would be good to rebase the patch against main.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122536/new/

https://reviews.llvm.org/D122536



More information about the libcxx-commits mailing list