[PATCH] D15367: Cross-DSO control flow integrity (Clang part)
Evgeniy Stepanov via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 15 14:40:53 PST 2015
eugenis added inline comments.
================
Comment at: docs/ControlFlowIntegrityDesign.rst:389
@@ +388,3 @@
+ - Calls between different instrumented DSOs are also protected with
+ performance penalty compared to the monolithic CFI.
+ - Calls from instrumented DSO to an uninstrumented one are unchecked
----------------
pcc wrote:
> "comparable"
That changes the meaning of the sentence. I've changed the wording in a different way.
Repository:
rL LLVM
http://reviews.llvm.org/D15367
More information about the cfe-commits
mailing list