[libcxx-commits] [PATCH] D86041: RFC [libunwind] Convert the register restore functions to C functions
Saleem Abdulrasool via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 17 11:18:20 PDT 2020
compnerd added a comment.
The idea itself is reasonable. The summary description is very confusing would you mind reworking that? Could you check what happens for the `jumpto` member? Ideally it would just be an alias for the function to avoid a frame setup and unnecessary jump. I think that is the only thing that really stands out of needing work in the implementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86041/new/
https://reviews.llvm.org/D86041
More information about the libcxx-commits
mailing list