[libcxx-commits] [PATCH] D75954: Cache uwnind frame headers as they are found.
Sterling Augustine via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 10 12:33:54 PDT 2020
saugustine created this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
This improves unwind performance quite substantially, and follows
a somewhat similar approach used in libgcc_s as described in the
thread here:
https://gcc.gnu.org/ml/gcc/2005-02/msg00625.html
On certain extremely exception heavy internal tests, the time
drops from about 80 minutes to about five minutes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75954
Files:
libunwind/src/AddressSpace.hpp
libunwind/src/FrameHeaderCache.hpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75954.249469.patch
Type: text/x-patch
Size: 7264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200310/0d49b81d/attachment-0001.bin>
More information about the libcxx-commits
mailing list