[PATCH] D80202: [ASTMatchers] Performance optimization for memoization
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 20 03:45:30 PDT 2020
njames93 added a comment.
In D80202#2046266 <https://reviews.llvm.org/D80202#2046266>, @klimek wrote:
> Given the extra complexity I'd like to see that it matters - bound nodes tend to be small.
I put that in the description, but this is where i need help. whats the best way to benchmark the matchers?
Also, do you know how it was benchmarked when `MaxMemoizationEntries` was decided upon?
There was also comments about some making some micro benchmarks but I don't think that was acted upon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80202/new/
https://reviews.llvm.org/D80202
More information about the cfe-commits
mailing list