[compiler-rt] [IRPGO][ValueProfile] Instrument virtual table address that could be used to do virtual table address comparision for indirect-call-promotion. (PR #66825)

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 10:36:48 PDT 2023


https://github.com/david-xl commented:

Is there a need to have a separate vtable name section? Merging the vtable names with function name table can make the implementation simpler. 

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


More information about the llvm-commits mailing list