[PATCH] D18632: Faster stack-protector for Android/AArch64.

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 17:44:58 PDT 2016


timshen added a reviewer: gottesmm.
timshen added a comment.

LGTM, glad that AArch64 has Intrinsic::aarch64_thread_pointer to make your job easier. :)

I'm not the owner of SSP, but I'm recently working on it. Let's wait for others comments for a while, then I'm happy to stamp the patch.

For a bit background: I'm currently working on a cleanup on SSP (http://reviews.llvm.org/D17736), which also involves a similar change to yours. No worries, I will rebase to include your change.


Repository:
  rL LLVM

http://reviews.llvm.org/D18632





More information about the llvm-commits mailing list