[llvm] [Offload] Cache symbols in program (PR #148209)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 05:37:10 PDT 2025


https://github.com/jhuber6 commented:

Every symbol lookup is going to search an O(N) list? It would be faster to just use the ELF's symbol table at that point because it's hashed. Shouldn't we be able to use a map or something?

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


More information about the llvm-commits mailing list