Displaying 2 results from an estimated 2 matches for "d89229".
2020 Oct 12
2
Fragmented DWARF
...agmented (other) | 616 | 567 | 426 | 353 | 314 | 294 | 272 |
+---------------------+-------+------+------+------+------+------+------+
*DWARF size == total size of .debug_info + .debug_line + .debug_ranges +
.debug_aranges + .debug_loc
Additionally, I have posted https://reviews.llvm.org/D89229 which provides
the python script and linker patches used to reproduce the above results on
my machine. The GC 1/2/3/4/5/6 correspond to the linker option added in
that patch --mark-live-pc with values 1/0.8/0.6/0.4/0.2/0 respectively.
During the conference, the question was asked what the memory u...
2020 Nov 04
3
Fragmented DWARF
...uld be
>>> compared correctly. Without that option D74169 does types deduplication and
>>> then it is not correct to compare resulting size with "Fragmented DWARF"
>>> solution which does not do types deduplication.
>>>
>>> Also, I look at your D89229 <https://reviews.llvm.org/D89229> and would
>>> share results some time later.
>>>
>>> Thank you, Alexey.
>>>
>>>
>>> I think linkers parse .eh_frame partly because they have no other
>>> choice. That being said, I think it's...