[libcxx-commits] [PATCH] D137025: [libc++] inline more functions into basic_string
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 3 09:13:36 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Can you run benchmarks for string before and after just to be sure? It shouldn't change anything since the functions were `inline` before and they still are implicitly `inline`, but who knows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137025/new/
https://reviews.llvm.org/D137025
More information about the libcxx-commits
mailing list