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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 7 02:32:24 PST 2023


philnik accepted this revision.
philnik added a comment.

LGTM, but you'll need approval from #libc_abi <https://reviews.llvm.org/tag/libc_abi/>.



================
Comment at: libcxx/benchmarks/libcxxabi/dynamic_cast.bench.cpp:1
+#include <cstddef>
+
----------------
You are missing the license header.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138005



More information about the libcxx-commits mailing list