[llvm] [BOLT][NFC] Store FILE symbols in a vector (PR #89088)

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 13:15:21 PDT 2024


https://github.com/dcci requested changes to this pull request.

What is the tradeoff here? Did we try on large binaries? It looks like you're trading `O(1)`'ish access for potentially `O(N)`. Can this ever be a problem?

https://github.com/llvm/llvm-project/pull/89088


More information about the llvm-commits mailing list