Displaying 3 results from an estimated 3 matches for "begeman_efficientjit".
2009 May 06
0
[LLVMdev] Pass to remove unused functions
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,...
2009 May 06
2
[LLVMdev] Pass to remove unused functions
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...
2009 May 06
2
[LLVMdev] Pass to remove unused functions
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