[clang] [Clang] Eagerly instantiate used constexpr function upon definition. (PR #73463)

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 27 07:28:20 PST 2023


cor3ntin wrote:

> Does this have any compile-time impact?

Nope, should be ~free. It does add 1 DenseMap lookup per constexpr function definition, which ought to be negligible.

https://github.com/llvm/llvm-project/pull/73463


More information about the cfe-commits mailing list