[PATCH] D26358: [scudo] 32-bit and hardware agnostic support
Kostya Kortchinsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 11:35:04 PST 2016
cryptoad marked 16 inline comments as done.
cryptoad added a comment.
New diff coming up addressing the comments.
I am purposely trying to avoid having the CRC32 be a function pointer pointing to either the software or hardware version as I feel having a call to writeable function pointer in a critical checking function would not be advisable. This makes the code somewhat clunky, and I am open to suggestions.
https://reviews.llvm.org/D26358
More information about the llvm-commits
mailing list