Since we already have a tagged pointer available to us, we can just
extract the tag from it and avoid an LDG instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101014
scudo: Obtain tag from pointer instead of loading it from memory. NFCI. ClosedPublic Authored by pcc on Apr 21 2021, 7:44 PM.
Details Summary Since we already have a tagged pointer available to us, we can just
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 21 2021, 8:44 PM Closed by commit rGe4fa0b307f7f: scudo: Obtain tag from pointer instead of loading it from memory. NFCI. (authored by pcc). · Explain WhyApr 21 2021, 9:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 339465 compiler-rt/lib/scudo/standalone/combined.h
|