<br><br><div class="gmail_quote">On Fri Dec 12 2014 at 1:00:55 PM Adve, Vikram Sadanand <<a href="mailto:vadve@illinois.edu">vadve@illinois.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've been asked how LTO in LLVM compares to equivalent capabilities in GCC.  How do the two compare in terms of scalability?  And robustness for large applications?<br>
<br></blockquote><div><br></div><div>It depends on which scheme that's being used, but in general full LTO falls over in scaling past a certain size application due to memory use etc. (Debug info is also a problem, but see below). Not sure what you mean between scalability and robustness though. If you've got some more specific questions I can probably give you a rundown of some of the differences.</div><div><span style="font-size:13.1999998092651px"> </span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also, are there any ongoing efforts or plans to improve LTO in LLVM in the near future?<br>
<br></blockquote><div><br></div><div>Yes. Many ongoing efforts. See the metadata rewrite, the FDO/PGO work, etc. It's an area of active development and work.</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Any information would be much appreciated.  Thanks,<br>
<br>
--Vikram S. Adve<br>
Visiting Professor, Computer Science, EPFL<br>
Professor, Department of Computer Science<br>
University of Illinois at Urbana-Champaign<br>
<a href="mailto:vadve@illinois.edu" target="_blank">vadve@illinois.edu</a><br>
<a href="http://llvm.org" target="_blank">http://llvm.org</a><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div>