Hi Andrey, Yes, there are more patches to come. I will announce it when the feature is complete. Manman On Tue, Oct 1, 2013 at 12:39 AM, Andrey Belevantsev <abel at ispras.ru> wrote:> Hi Manman, > > On 21.06.2013 1:51, Manman Ren wrote: > >> >> The intent of this proposal is to speedup compilation of "-flto -g" for >> c++ programs. >> This is based on discussions with Adrian, David and Eric. >> > > I see that the uniquing patches are already in trunk. Are there more to > come or the feature is essentially completed? It would be great to have > some announcement on the LLVMdev for this (even better with some > statistics, if you have it). > > Andrey > > > ______________________________**_________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131001/7ca0c19a/attachment.html>
Rafael EspĂndola
2013-Oct-01 20:35 UTC
[LLVMdev] Proposal: type uniquing of debug info for LTO
On 1 October 2013 13:13, Manman Ren <manman.ren at gmail.com> wrote:> Hi Andrey, > > Yes, there are more patches to come. I will announce it when the feature is > complete.Awesome! What is missing? I see than since r190334 llvm-link will merge debug info types already :-) Cheers, Rafael
On Tue, Oct 1, 2013 at 1:35 PM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:> On 1 October 2013 13:13, Manman Ren <manman.ren at gmail.com> wrote: > > Hi Andrey, > > > > Yes, there are more patches to come. I will announce it when the feature > is > > complete. > > Awesome! What is missing? I see than since r190334 llvm-link will > merge debug info types already :-) >We now merge debug info types for simple classes. We need to update all type references that can cause cycles from MDNode to type identifier. That task is only partially done :) Manman> Cheers, > Rafael >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131001/be2fc22f/attachment.html>
Reasonably Related Threads
- [LLVMdev] Proposal: type uniquing of debug info for LTO
- [LLVMdev] Proposal: type uniquing of debug info for LTO
- [LLVMdev] [Debug Info + LTO] Type Uniquing for C types?
- [LLVMdev] Proposal: type uniquing of debug info for LTO
- [LLVMdev] Proposal: type uniquing of debug info for LTO