[PATCH] D89176: Modify split CallSiteRanges to use correct lengths
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 20:24:46 PDT 2020
MaskRay added a comment.
Unfortunately this does not work. The idea of D73739 <https://reviews.llvm.org/D73739> is that all call site tables share the same action table. For each call site table, the action record offset of any call site entry is related to action_table_end. All call site tables need to share the same action_table_end. The weird thing is that call site tables will appear to be overlapping because action_table_end is also used to compute the size of a call site table.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89176/new/
https://reviews.llvm.org/D89176
More information about the llvm-commits
mailing list