[PATCH] D129237: [scudo] Pass MapPlatformData in more calls

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 12:18:38 PDT 2022


vitalybuka reopened this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/scudo/standalone/vector.h:98
   uptr Size = 0;
+  MapPlatformData MapData = {};
 };
----------------
vitalybuka wrote:
> Can you please mark them both with [[no_unique_address]]  to avoid vector size increase on other platforms
> Can you please mark them both with [[no_unique_address]]  to avoid vector size increase on other platforms

Looks like you missed the last comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129237



More information about the llvm-commits mailing list