[libcxx-commits] [libcxx] [libc++] Speed up classic locale (PR #70631)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 30 09:57:56 PDT 2023
philnik777 wrote:
The numbers look really good, but as-is this is almost certainly ABI-breaking. You can't just move functions to and from the dylib. From taking a quick look at the changes, I think this can be done without breaking the ABI. I'd also like to see benchmarks for other locales, since they will probably be affected negatively by this change.
https://github.com/llvm/llvm-project/pull/70631
More information about the libcxx-commits
mailing list