Displaying 2 results from an estimated 2 matches for "a56a4f4f".
2020 Aug 13
2
Exceptions and performance
Hello,
I have been long taught that exceptions are considered the bad parts in the
design of C++ language, and one should avoid using it since it's hard to
write exception-safe code (I have no disagreement on this part) and it
impedes compiler optimization.
However, when recently I dig into the implementation of exception handling
mechanism in LLVM recently, my impression is that using
2020 Aug 13
3
Exceptions and performance
...____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200813/a56a4f4f/attachment.html>