Hi, Op 13-aug-03, om 19:35 heeft Chris Lattner het volgende geschreven:> On Mon, 14 Aug 2006, Devang Patel wrote: >> I have installed LinkTimeOptimization.html document in doc >> directory to describe LTO interface. > > Here's a link: :) > http://llvm.org/docs/LinkTimeOptimization.htmlDoes the LTO-interface function already, or is functionality currently limited (this is what I understood from the 1.8 release notes)? In the latter case, what are the limitations/plans? Does it work with the 3.x-frontend too? Kind regards, Bram Adams GH-SEL, INTEC, Ghent University
On Aug 14, 2006, at 12:10 PM, Bram Adams wrote:> Hi, > > Op 13-aug-03, om 19:35 heeft Chris Lattner het volgende geschreven: > >> On Mon, 14 Aug 2006, Devang Patel wrote: >>> I have installed LinkTimeOptimization.html document in doc >>> directory to describe LTO interface. >> >> Here's a link: :) >> http://llvm.org/docs/LinkTimeOptimization.html > > Does the LTO-interface function already, or is functionality > currently limited (this is what I understood > from the 1.8 release notes)?I think, 1.8 release notes does not refer to this tool, instead it refers to llvm-ld tool.> In the latter case, what are the limitations/plans?This approach requires linker changes. I am updating darwin linker, but I do not have plan to update other linkers. I hope, this document helps other folks in updating gnu ld and other linkers. - Devang> Does it work with the 3.x-frontend too? > > Kind regards, > > Bram Adams > GH-SEL, INTEC, Ghent University > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On 8/14/06, Devang Patel <dpatel at apple.com> wrote:> > In the latter case, what are the limitations/plans? > > This approach requires linker changes. I am updating darwin linker, > but I do not have plan to update other linkers. I hope, this document > helps other folks in updating gnu ld and other linkers.Unless someone else with more hands on experience is willing to, I am planning on working to port this to binutils before long. I've been waiting primarily for the work on the darwin linker to finish up, so that I can use that as a reference. However, I am still quite new to LLVM, and if anyone has more experience or wants to help, it'd be great. =] Just trying to do what I can. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060814/badbf55d/attachment.html>