Open Quuxplusone opened 7 years ago
D36517: This patch adds support for the ARMv8.3-A pointer authentication instructions. Having this patch committed is a prerequisite for this work.
(In reply to Chad Rosier from comment #1)
> D36517: This patch adds support for the ARMv8.3-A pointer authentication
> instructions. Having this patch committed is a prerequisite for this work.
The support for the ARMv8.3-A pointer authentication instructions was committed
in r310709.
The ARMV8.3a extensions add new instructions for pointer authentication. We should use these instructions to optimize the -fstack-protector implementation. This feature is already present in GCC.