[libcxx-commits] [PATCH] D116947: [libc++] Introduce __debug_db_insert_c()
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 10 08:29:21 PST 2022
Quuxplusone added a comment.
@ldionne has already accepted, but FWIW, I would have said let's //not// introduce a new function-call layer of indirection for this, because that harms `-O0` codegen (not that we //really// care about `-O0` codegen). I would have suggested a macro, or just not doing this at all. Food for thought maybe?
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