[PATCH] D86295: [analyzer] Reorder the layout of MemRegion and cache by hand for optimal size
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 22 09:49:53 PDT 2020
steakhal added a comment.
In D86295#2231760 <https://reviews.llvm.org/D86295#2231760>, @NoQ wrote:
> I mean, like, you can measure the entire process with `time` or something like that. I believe @vsavchenko's docker thingy already knows how to do that.
I tried to measure this with `time`, without much luck:
F12735724: time-verbose-results.txt <https://reviews.llvm.org/F12735724>
> What i'm trying to say is that for almost every region //R// it's a trivial O(1) operation that yields `RegionOffset` (//R//, +0). It is only non-trivial for non-base regions like `FieldRegion` or `ElementRegion` or, well, `CXXBaseObjectRegion`.
What should be my next step?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86295/new/
https://reviews.llvm.org/D86295
More information about the cfe-commits
mailing list