[PATCH] D63388: WIP: experimenting with EH optimizations
Gor Nishanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 13:35:39 PDT 2019
GorNishanov added a comment.
In D63388#1546981 <https://reviews.llvm.org/D63388#1546981>, @Bigcheese wrote:
> Thanks a lot for working on this. There's a lot of room to improve the performance of exceptions that nobody has done for C++ yet. I've added some reviewers that I'm aware are familiar with the area or that I've talked with about this before.
My apologies for dumping this patch which is very very rough WIP.
I mostly to give a feel of how these optimization might look for those interested.
I hope those who choose to look at it closely would not do more than a cursory look. I intend to do more much more work on it before submitting for real review :-).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63388/new/
https://reviews.llvm.org/D63388
More information about the llvm-commits
mailing list