[PATCH] D86295: [analyzer] Reorder the layout of MemRegion and cache by hand for optimal size

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 19:40:51 PDT 2020


NoQ added a comment.

Heh, nice! Did you try to measure the actual impact of this change on memory and/or performance?

I think it'd make perfect sense to keep the offset in a side map. We don't compute it for all regions, and for most regions it doesn't need to be computed *at all*.


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