Displaying 3 results from an estimated 3 matches for "b674867b".
2013 Jun 21
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
On 21 June 2013 18:18, David Blaikie <dblaikie at gmail.com> wrote:
> !llvm.hardref.foo.h.myClass = ...;
> !llvm.hardref.bar.h.myClass = ...;
>
I like this idea! It's much easier to read than metadata fields, but will
it need to have mangled names that today, are quoted?
Do we still have the notion that named metadata cannot be deleted?
cheers,
--renato
-------------- next
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
On Fri, Jun 21, 2013 at 10:33 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 21 June 2013 18:18, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> !llvm.hardref.foo.h.myClass = ...;
>> !llvm.hardref.bar.h.myClass = ...;
>
>
> I like this idea! It's much easier to read than metadata fields, but will it
> need to have mangled names that
2013 Jun 21
1
[LLVMdev] Proposal: type uniquing of debug info for LTO
..., so types should not need to be trimmed.
If we ever generate types that later become unnecessary, we could bloat the
dwarf table, no?
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130621/b674867b/attachment.html>