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

Adrian Vogelsgesang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 4 14:46:06 PDT 2022


avogelsgesang added a comment.

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 :)


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

https://reviews.llvm.org/D122536



More information about the libcxx-commits mailing list