search for: debug_pub

Displaying 1 result from an estimated 1 matches for "debug_pub".

Did you mean: debug_pk
2018 Jun 13
4
[lldb-dev] Adding DWARF5 accelerator table support to llvm
...o the middle of a vector, which means it should be possible to fix this with a smarter implementation). As far as object file sizes go, in the resulting clang binary (2.3GB), the new .debug_names section takes up about 160MB (7%), which isn't negligible, but considering that it supersedes the .debug_pubnames/.debug_pubtypes tables whose combined size is 490MB (21% of the binary), switching to this table (and dropping the other two) will have a positive impact on the binary size. Further reductions can be made by merging the individual indexes into one large index as a part of the link step (which...