[libcxx-commits] [PATCH] D122536: [libc++] Optimize `exception_ptr`, especially for the empty case
Fabian Wolff via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 12 10:55:20 PDT 2022
fwolff updated this revision to Diff 422294.
fwolff added a comment.
Thanks for your help @philnik. I have now revised my implementation so that the ABI break is no longer required.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122536/new/
https://reviews.llvm.org/D122536
Files:
libcxx/include/exception
libcxx/src/exception.cpp
libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122536.422294.patch
Type: text/x-patch
Size: 5126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220412/e1a76db7/attachment-0001.bin>
More information about the libcxx-commits
mailing list