[PATCH] D49493: [DebugInfo] Reduce debug_str_offsets section size
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 7 02:54:44 PDT 2018
labath added a comment.
I nearly forgot I still have this patch pending. I think I addressed all issues raised, and it is the accepted state, so I am going to commit it today. There are two minor issues that I haven't received final feedback on, but these can be easily tweaked post-commit too:
- testing: there are now two types of tests (unit test and lit) for the scenario of mixing indexed and unindexed entries. One of them could be removed if needed.
- is the additional safety embedded into DwarfStringPoolEntryRef sufficient?
Repository:
rL LLVM
https://reviews.llvm.org/D49493
More information about the llvm-commits
mailing list