[PATCH] D134195: [PowerPC] XCOFF exception section support on the integrated assembler path

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 30 23:09:54 PDT 2022


tschuett added a comment.

In D134195#3895297 <https://reviews.llvm.org/D134195#3895297>, @pscoro wrote:

> Replacing DenseMap usage with std::map to ensure a determinable order of exception entries

Could you please check whether you find something for your use case:
https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task

`std::map` is frowned upon in LLVM. It is very heap heavy.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134195



More information about the llvm-commits mailing list