kcc marked an inline comment as done. kcc added inline comments.
================ Comment at: docs/TaggedAddressSanitizerDesign.rst:2 +=========================================== +TaggedAddressSanitizer Design Documentation +=========================================== ---------------- eugenis wrote: > I vote for HardwareAssistedAddressSanitizer, or hwasan. Added hwasan as an alternative. I dislike it less then tasan. Let's wait for other suggestions before renaming. ================ Comment at: docs/TaggedAddressSanitizerDesign.rst:101 +and some overhead due to `N`-aligning all objects. + + ---------------- eugenis wrote: > Mention the system calls problem with tagged pointers. added May require changes in the OS kernels (e.g. Linux seems to dislike tagged pointers passed from address space). Repository: rC Clang https://reviews.llvm.org/D40568 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits