[PATCH] D147975: [StackProtector] don't check stack protector before calling nounwind functions

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 17:42:07 PDT 2023


LuoYuanke added a comment.

> I was thinking alongside DWARF unwind (which is not debug info; it's the info necessary to do EH unwind).  I haven't thought through how it would be encoded.

The unwind table is loaded to memory by dynamic loader? That would increase the binary size as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147975



More information about the llvm-commits mailing list