Displaying 3 results from an estimated 3 matches for "d84473".
2020 Aug 05
5
[RFC] Introduce Dump Accumulator
...EB128 encoding of the compressed size in bytes
- the message compressed by zlib::compressed
in that order.
llvm-readobj
------------
We read the .llvm_dump section. We dump each chunk of compressed data
one after another.
Existing Implementation
=======================
https://reviews.llvm.org/D84473
Future Directions
=================
The proposal above does not support the ThinLTO build flow. To
support that, I am thinking about putting the message as metadata in
the IR at the prelink stage.
Thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http...
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
...;> in that order.
>>
>> llvm-readobj
>> ------------
>>
>> We read the .llvm_dump section. We dump each chunk of compressed data
>> one after another.
>>
>> Existing Implementation
>> =======================
>> https://reviews.llvm.org/D84473
>>
>> Future Directions
>> =================
>>
>> The proposal above does not support the ThinLTO build flow. To
>> support that, I am thinking about putting the message as metadata in
>> the IR at the prelink stage.
>>
>> Thoughts?
>>
&...
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
...>
>
>
> llvm-readobj
>
> ------------
>
>
>
> We read the .llvm_dump section. We dump each chunk of compressed data
>
> one after another.
>
>
>
> Existing Implementation
>
> =======================
>
>
>
> https://reviews.llvm.org/D84473
>
>
>
> Future Directions
>
> =================
>
>
>
> The proposal above does not support the ThinLTO build flow. To
>
> support that, I am thinking about putting the message as metadata in
>
> the IR at the prelink stage.
>
>
>
> Thoughts?
&...