[Lldb-commits] [lldb] [lldb] Remove UnwindPlan::Row shared_ptrs (PR #132370)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 25 11:36:06 PDT 2025
https://github.com/bulbazord approved this pull request.
This seems ok to me. I think a good follow-up might be to stop handing out row pointers in case somebody tries to store one in the future. The pointers won't be stable as the vector resizes, but rows in unique_ptrs seems like a poor use of memory as well.
https://github.com/llvm/llvm-project/pull/132370
More information about the lldb-commits
mailing list