[libcxx-commits] [libcxx] [libc++] Refactor num_get optimization to not be ABI breaking (PR #121690)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 30 01:44:59 PST 2025
================
@@ -57,8 +57,6 @@
// because it changes the mangling of the virtual function located in the vtable, which
// changes how it gets signed.
# define _LIBCPP_ABI_BAD_FUNCTION_CALL_GOOD_WHAT_MESSAGE
----------------
philnik777 wrote:
There's `locale/num_get.bench.cpp` already.
https://github.com/llvm/llvm-project/pull/121690
More information about the libcxx-commits
mailing list