[PATCH] D44077: Clear the stack protector after checking it
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 17:00:18 PDT 2018
eugenis added subscribers: pcc, kcc.
eugenis added a comment.
@pcc, @kcc I'm not sure about this. It adds one extra instruction per function, which is not exactly free. Do you have any estimates on how much additional protection does it provide? My gut feeling is that it would be only a minor speed bump in most cases.
Repository:
rL LLVM
https://reviews.llvm.org/D44077
More information about the llvm-commits
mailing list