Hi, Chris Lattner wrote:> On May 6, 2009, at 10:53 AM, Villmow, Micah wrote: >> Yeah, I found that out, which is why I was hoping some kind of >> attribute existed that the compiler knew about. >> We might go the path of modifying llvm-link to only link in functions >> that are required as that seems to be the most optimal way of doing it. > > If you care about performance, then you should consider a completely > different approach. It is really inefficient to load a large volume > of code and then delete it as dead. I strongly recommend watching > Nate's talk at the last llvm developer meeting.Just chiming in here. Regarding the slides in .pdf of that talk, some pages seem to contain black text on a black->dark blue gradient background, making them really hard to read. Would it be possible to get an updated version? Thanks, Paul
Hello Paul, The one I downloaded from http://llvm.org/devmtg/2008-08/Begeman_EfficientJIT.pdf seemed to have been formatted with white text on a grey background. Maybe that's the version you need. --Sam ----- Original Message ----> From: Paul Melis <llvm at assumetheposition.nl> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Wednesday, May 6, 2009 2:54:30 PM > Subject: Re: [LLVMdev] Pass to remove unused functions > > Hi, > > Just chiming in here. Regarding the slides in .pdf of that talk, some > pages seem to contain black text on a black->dark blue gradient > background, making them really hard to read. Would it be possible to get > an updated version? > > Thanks, > Paul > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Samuel Crow wrote:> Hello Paul, > > The one I downloaded from http://llvm.org/devmtg/2008-08/Begeman_EfficientJIT.pdf seemed to have been formatted with white text on a grey background. Maybe that's the version you need. >With adobe reader 8.1.4 I still get black text, and I think it's the same one linked to in the development meeting list of presentations. What pdf reader are you using? Paul> > --Sam > > ----- Original Message ---- > >> From: Paul Melis <llvm at assumetheposition.nl> >> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >> Sent: Wednesday, May 6, 2009 2:54:30 PM >> Subject: Re: [LLVMdev] Pass to remove unused functions >> >> Hi, >> >> Just chiming in here. Regarding the slides in .pdf of that talk, some >> pages seem to contain black text on a black->dark blue gradient >> background, making them really hard to read. Would it be possible to get >> an updated version? >> >> Thanks, >> Paul >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >