[PATCH] D126907: Deferred Concept Instantiation Implementation Take 2

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 06:26:59 PDT 2022


erichkeane added a comment.

SO, I charted the differences in runtimes, and my patch is BETTER time-wise in release mode, but WORSE with asserts enabled.  I don't know of any expensive assert that I added.  SO, if everyone could review this, I'd love to get this committed to see if it beats the buildbots this time:)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126907/new/

https://reviews.llvm.org/D126907



More information about the cfe-commits mailing list