[PATCH] D139254: Enhance stack protector

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 12:22:31 PDT 2023


hiraditya added a comment.

Are there possible optimizations which can be implemented to reduce the code-size impact of this change? I'm wondering if this patch adds the checks conservatively to all instances where stack check could potentially, but not necessarily, be missed/useful?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139254/new/

https://reviews.llvm.org/D139254



More information about the llvm-commits mailing list