Displaying 2 results from an estimated 2 matches for "toregularsect".
2020 Nov 06
1
Fragmented DWARF
...Elf64_Shdr)=64) so there is indeed
a significant overhead on fragmented segments.
A MergeInputSection can be split into SectionPiece, which is indeed
lightweight and MarkLive can mark liveness on these pieces. However,
in InputFiles.cpp we
change MergeInputSection to regular if it has a relocation
(toRegularSection). Using more lightweight data structures for
.debug_* fragments is still challenging.
>> Thank you, Alexey.
>>
>>
>> Thanks,
>>
>> James
--
宋方睿
2020 Nov 05
3
Fragmented DWARF
Hi James,
On 05.11.2020 17:59, James Henderson wrote:
> (Resending with history trimmed to avoid it getting stuck in moderator
> queue).
>
> Hi Alexey,
>
> Just an update - I identified the cause of the "Generated debug info
> is broken" error message when I tried to build things locally: the
> `outStreamer` instance is initialised with the host Triple,