cor3ntin wrote: Younan did a solid half of that patch. We tested the changes with std::exec, ranges v3 and libc++.
There may be performance regressions in some cases in concept-heavy code bases, although we do not have definitive benchmarks. We tried to mitigate that with multiple level of caches (we cache satisfaction of declaration, satisfaction of individual constraints, and normalization). https://github.com/llvm/llvm-project/pull/141776 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
