[PATCH] D129237: [scudo] Pass MapPlatformData in more calls
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 09:36:52 PDT 2022
vitalybuka accepted 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 = {};
};
----------------
Can you please mark them both with [[no_unique_address]] to avoid vector size increase on other platforms
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