search for: 7ca0c19a

Displaying 3 results from an estimated 3 matches for "7ca0c19a".

2013 Oct 01
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
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
2013 Oct 01
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
...du 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>
2013 Jun 20
9
[LLVMdev] Proposal: type uniquing of debug info for LTO
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. --------------------------- Problem: A single class can be used in multiple source files and the DI (Debug Info) class is included in multiple bc files. The duplication of class definitions causes blow-up in # of MDNodes, # of DIEs, leading to