[clang] [clang] increase default constexpr step limit (PR #143785)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 11 14:53:21 PDT 2025


https://github.com/erichkeane commented:

Typically we set limits like this for at least somewhat of a reasoned-reason.  Can we do some archeology to figure out when/why we decided on this limit?  Many times these limits are a result of our own stack space limits, so it would be interesting to see what workload this was based on, and whether it still exists.

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


More information about the cfe-commits mailing list