Displaying 2 results from an estimated 2 matches for "proxy_type".
2019 Sep 20
3
Remove obsolete debug info while garbage collecting
...olution base types are not deduplicated at all.
3. Performance improvement by handling fewer data. #1 leads to loading
and parsing fewer bits.
4. Performance improvement by handling fewer references. Simpler
reference chains allow parsing references faster.
Instead of this :
type_offset->proxy_type->DW_FORM_ref_sig8->type_unit->type_offset->type.
There would be this :
type_offset->type_table->type.
>>
>> We evaluated the approach on LLVM and Clang codebases. The
>> results obtained are summarized in the tables below:
>>
>&g...
2019 Sep 18
2
Remove obsolete debug info while garbage collecting
17.09.2019 3:12, David Blaikie пишет:
>
>
> On Wed, Sep 11, 2019 at 3:32 PM Alexey Lapshin via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Debuginfo and linker folks, we (AccessSoftek) would like to
> suggest a proposal for removing obsolete debug info. If you find
> it useful we will be happy to work on