Decompressor intention is to reduce duplication of code.
Currently LLD has own implementation of decompressor
for compressed debug sections.
This class helps to avoid it and share the code.
LLD patch for reusing it is D28106
Differential D28105
[lib/Object] - Introduce Decompressor class. grimar on Dec 25 2016, 6:12 AM. Authored by
Details Decompressor intention is to reduce duplication of code. This class helps to avoid it and share the code.
Diff Detail
Event TimelineComment Actions Overall decent, first round of comments inline.
Comment Actions David, Davide, thanks for review ! Comment Actions I don't think DWARFCompression is a good name because you can compress not only debug sections but any types of sections. Likewise, it shouldn't be in lib/DebugInfo directory. Comment Actions
|