x86_64 aliasing mode will use fewer than 8 bits for tags, so refactor
existing code to remove hard-coded 0xff and 8 values.
Also introduces kAddressUntagMask, which in aliasing mode will only
untag the alias bits and not fixed bits in the tag.
Differential D98072
[HWASan][NFC] Introduce constants for tag bits and masks. morehouse on Mar 5 2021, 12:58 PM. Authored by
Details x86_64 aliasing mode will use fewer than 8 bits for tags, so refactor Also introduces kAddressUntagMask, which in aliasing mode will only
Diff Detail
Event Timeline
Comment Actions
Comment Actions @eugenis @vitalybuka I've made some changes to this patch to accommodate changes in the following patches. Please take another look. |
should this be kTagMask for consistency?