[PATCH] D42023: [hwasan] An LLVM flag to disable stack tag randomization.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 17:18:35 PST 2018


eugenis added a comment.

Generated code is not great with this flag. If performance was a goal, some things could be done differently.
I've tried to share as much code with with the randomized-tags path as possible.


https://reviews.llvm.org/D42023





More information about the llvm-commits mailing list