[PATCH] D111863: [libunwind] Add an interface for dynamic .eh_frame registration

Peter S. Housel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 21:51:49 PDT 2021


housel added a comment.

To be clear, this new code parses exactly as much of each FDE as the existing `__register_frame`/`__unw_add_dynamic_fde` does, including doing the same work to compute the record length. Neither needs to parse the instructions at registration time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111863



More information about the llvm-commits mailing list