[libcxx-commits] [PATCH] D137315: [libc++abi] Improve performance of __dynamic_cast

Sirui Mu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 7 06:12:50 PST 2022


Lancern marked 4 inline comments as done.
Lancern added a comment.

I instrumented `private_typeinfo.cpp` with gcov and get its coverage during unit tests. The coverage shows that all new branches introduced in this patch series are covered by existing unit tests.

Below is the gcov report for `private_typeinfo.cpp` if you're interested.

F25219496: private_typeinfo.cpp.gcov <https://reviews.llvm.org/F25219496>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137315



More information about the libcxx-commits mailing list