[libcxx-commits] [PATCH] D116947: [libc++] Introduce __debug_db_insert_c()
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 10 09:06:52 PST 2022
philnik added a comment.
We could add `_LIBCPP_ALWAYS_INLINE`. That eliminates the function call even at -O0 (https://godbolt.org/z/PffnTM9P5). But I personally wouldn't really want to do that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116947/new/
https://reviews.llvm.org/D116947
More information about the libcxx-commits
mailing list